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