#[repr(transparent)]pub struct NtmsSlotState(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Abi for NtmsSlotState
impl Abi for NtmsSlotState
Source§type Abi = NtmsSlotState
type Abi = NtmsSlotState
The abi representation of the implementing type. Read more
type DefaultType = NtmsSlotState
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for NtmsSlotState
impl Clone for NtmsSlotState
Source§fn clone(&self) -> NtmsSlotState
fn clone(&self) -> NtmsSlotState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NtmsSlotState
Source§impl Debug for NtmsSlotState
impl Debug for NtmsSlotState
Source§impl Default for NtmsSlotState
impl Default for NtmsSlotState
Source§fn default() -> NtmsSlotState
fn default() -> NtmsSlotState
Returns the “default value” for a type. Read more
impl Eq for NtmsSlotState
Source§impl From<i32> for NtmsSlotState
impl From<i32> for NtmsSlotState
Source§impl PartialEq for NtmsSlotState
impl PartialEq 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 UnsafeUnpin 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