Struct elf::section::SectionFlag
source · [−]pub struct SectionFlag(pub u64);Expand description
Wrapper type for SectionFlag
Tuple Fields
0: u64Trait Implementations
sourceimpl Clone for SectionFlag
impl Clone for SectionFlag
sourcefn clone(&self) -> SectionFlag
fn clone(&self) -> SectionFlag
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SectionFlag
impl Debug for SectionFlag
sourceimpl Display for SectionFlag
impl Display for SectionFlag
sourceimpl PartialEq<SectionFlag> for SectionFlag
impl PartialEq<SectionFlag> for SectionFlag
sourcefn eq(&self, other: &SectionFlag) -> bool
fn eq(&self, other: &SectionFlag) -> bool
impl Copy for SectionFlag
impl Eq for SectionFlag
impl StructuralEq for SectionFlag
impl StructuralPartialEq for SectionFlag
Auto Trait Implementations
impl RefUnwindSafe for SectionFlag
impl Send for SectionFlag
impl Sync for SectionFlag
impl Unpin for SectionFlag
impl UnwindSafe for SectionFlag
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more