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