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