Struct MseReadyState
#[repr(transparent)]pub struct MseReadyState(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl MseReadyState
impl MseReadyState
Trait Implementations§
§impl Clone for MseReadyState
impl Clone for MseReadyState
§fn clone(&self) -> MseReadyState
fn clone(&self) -> MseReadyState
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 MseReadyState
impl Debug for MseReadyState
§impl Default for MseReadyState
impl Default for MseReadyState
§fn default() -> MseReadyState
fn default() -> MseReadyState
Returns the “default value” for a type. Read more
§impl PartialEq for MseReadyState
impl PartialEq for MseReadyState
impl Copy for MseReadyState
impl Eq for MseReadyState
impl StructuralPartialEq for MseReadyState
Auto Trait Implementations§
impl Freeze for MseReadyState
impl RefUnwindSafe for MseReadyState
impl Send for MseReadyState
impl Sync for MseReadyState
impl Unpin for MseReadyState
impl UnwindSafe for MseReadyState
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