pub struct SectionChars(pub u32);Expand description
Stringifies the IMAGE_SCN_* flag indices for IMAGE_SECTION_HEADER::Characteristics.
Tuple Fields§
§0: u32Implementations§
Source§impl SectionChars
impl SectionChars
Trait Implementations§
Source§impl Clone for SectionChars
impl Clone for SectionChars
Source§fn clone(&self) -> SectionChars
fn clone(&self) -> SectionChars
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SectionChars
Auto Trait Implementations§
impl Freeze for SectionChars
impl RefUnwindSafe for SectionChars
impl Send for SectionChars
impl Sync for SectionChars
impl Unpin for SectionChars
impl UnwindSafe for SectionChars
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more