Struct MSIMODIFY
#[repr(transparent)]pub struct MSIMODIFY(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for MSIMODIFY
impl Eq for MSIMODIFY
impl StructuralPartialEq for MSIMODIFY
Auto Trait Implementations§
impl Freeze for MSIMODIFY
impl RefUnwindSafe for MSIMODIFY
impl Send for MSIMODIFY
impl Sync for MSIMODIFY
impl Unpin for MSIMODIFY
impl UnwindSafe for MSIMODIFY
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