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