Struct pelite::stringify::SectionChars
source · [−]pub struct SectionChars(pub u32);
Expand description
Stringifies the IMAGE_SCN_*
flag indices for IMAGE_SECTION_HEADER::Characteristics
.
Tuple Fields
0: u32
Implementations
sourceimpl SectionChars
impl SectionChars
Trait Implementations
sourceimpl Clone for SectionChars
impl Clone for SectionChars
sourcefn clone(&self) -> SectionChars
fn clone(&self) -> SectionChars
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 moreimpl Copy for SectionChars
Auto Trait Implementations
impl RefUnwindSafe for SectionChars
impl Send for SectionChars
impl Sync for SectionChars
impl Unpin for SectionChars
impl UnwindSafe for SectionChars
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