Struct OLEWHICHMK
#[repr(transparent)]pub struct OLEWHICHMK(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for OLEWHICHMK
impl Clone for OLEWHICHMK
§fn clone(&self) -> OLEWHICHMK
fn clone(&self) -> OLEWHICHMK
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for OLEWHICHMK
impl Debug for OLEWHICHMK
§impl Default for OLEWHICHMK
impl Default for OLEWHICHMK
§fn default() -> OLEWHICHMK
fn default() -> OLEWHICHMK
Returns the “default value” for a type. Read more
§impl PartialEq for OLEWHICHMK
impl PartialEq for OLEWHICHMK
impl Copy for OLEWHICHMK
impl Eq for OLEWHICHMK
impl StructuralPartialEq for OLEWHICHMK
Auto Trait Implementations§
impl Freeze for OLEWHICHMK
impl RefUnwindSafe for OLEWHICHMK
impl Send for OLEWHICHMK
impl Sync for OLEWHICHMK
impl Unpin for OLEWHICHMK
impl UnwindSafe for OLEWHICHMK
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