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