Struct IMAGEHLP_EXTENDED_OPTIONS
#[repr(transparent)]pub struct IMAGEHLP_EXTENDED_OPTIONS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for IMAGEHLP_EXTENDED_OPTIONS
impl Clone for IMAGEHLP_EXTENDED_OPTIONS
§fn clone(&self) -> IMAGEHLP_EXTENDED_OPTIONS
fn clone(&self) -> IMAGEHLP_EXTENDED_OPTIONS
Returns a copy 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 more§impl Debug for IMAGEHLP_EXTENDED_OPTIONS
impl Debug for IMAGEHLP_EXTENDED_OPTIONS
§impl Default for IMAGEHLP_EXTENDED_OPTIONS
impl Default for IMAGEHLP_EXTENDED_OPTIONS
§fn default() -> IMAGEHLP_EXTENDED_OPTIONS
fn default() -> IMAGEHLP_EXTENDED_OPTIONS
Returns the “default value” for a type. Read more
§impl PartialEq for IMAGEHLP_EXTENDED_OPTIONS
impl PartialEq for IMAGEHLP_EXTENDED_OPTIONS
impl Copy for IMAGEHLP_EXTENDED_OPTIONS
impl Eq for IMAGEHLP_EXTENDED_OPTIONS
impl StructuralPartialEq for IMAGEHLP_EXTENDED_OPTIONS
Auto Trait Implementations§
impl Freeze for IMAGEHLP_EXTENDED_OPTIONS
impl RefUnwindSafe for IMAGEHLP_EXTENDED_OPTIONS
impl Send for IMAGEHLP_EXTENDED_OPTIONS
impl Sync for IMAGEHLP_EXTENDED_OPTIONS
impl Unpin for IMAGEHLP_EXTENDED_OPTIONS
impl UnwindSafe for IMAGEHLP_EXTENDED_OPTIONS
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