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