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