#[repr(u32)]
pub enum PType {
Show 15 variants
Null,
Load,
Dynamic,
Interp,
Note,
Shlib,
Phdr,
Tls,
Loos,
GnuEhFrame,
GnuStack,
GnuRelro,
Hios,
Loproc,
Hiproc,
}
Variants§
Trait Implementations§
impl Copy for PType
impl Eq for PType
impl StructuralEq for PType
impl StructuralPartialEq for PType
Auto Trait Implementations§
impl RefUnwindSafe for PType
impl Send for PType
impl Sync for PType
impl Unpin for PType
impl UnwindSafe for PType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more