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