Struct MEM_SECTION_EXTENDED_PARAMETER_TYPE
#[repr(transparent)]pub struct MEM_SECTION_EXTENDED_PARAMETER_TYPE(pub i32);Tuple Fields§
§0: i32Trait Implementations§
§impl Clone for MEM_SECTION_EXTENDED_PARAMETER_TYPE
impl Clone for MEM_SECTION_EXTENDED_PARAMETER_TYPE
§fn clone(&self) -> MEM_SECTION_EXTENDED_PARAMETER_TYPE
fn clone(&self) -> MEM_SECTION_EXTENDED_PARAMETER_TYPE
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 more§impl Default for MEM_SECTION_EXTENDED_PARAMETER_TYPE
impl Default for MEM_SECTION_EXTENDED_PARAMETER_TYPE
§fn default() -> MEM_SECTION_EXTENDED_PARAMETER_TYPE
fn default() -> MEM_SECTION_EXTENDED_PARAMETER_TYPE
Returns the “default value” for a type. Read more
§impl PartialEq for MEM_SECTION_EXTENDED_PARAMETER_TYPE
impl PartialEq for MEM_SECTION_EXTENDED_PARAMETER_TYPE
§fn eq(&self, other: &MEM_SECTION_EXTENDED_PARAMETER_TYPE) -> bool
fn eq(&self, other: &MEM_SECTION_EXTENDED_PARAMETER_TYPE) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MEM_SECTION_EXTENDED_PARAMETER_TYPE
impl Eq for MEM_SECTION_EXTENDED_PARAMETER_TYPE
impl StructuralPartialEq for MEM_SECTION_EXTENDED_PARAMETER_TYPE
Auto Trait Implementations§
impl Freeze for MEM_SECTION_EXTENDED_PARAMETER_TYPE
impl RefUnwindSafe for MEM_SECTION_EXTENDED_PARAMETER_TYPE
impl Send for MEM_SECTION_EXTENDED_PARAMETER_TYPE
impl Sync for MEM_SECTION_EXTENDED_PARAMETER_TYPE
impl Unpin for MEM_SECTION_EXTENDED_PARAMETER_TYPE
impl UnwindSafe for MEM_SECTION_EXTENDED_PARAMETER_TYPE
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