#[repr(transparent)]pub struct NtmsPartitionState(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Abi for NtmsPartitionState
impl Abi for NtmsPartitionState
Source§type Abi = NtmsPartitionState
type Abi = NtmsPartitionState
The abi representation of the implementing type. Read more
type DefaultType = NtmsPartitionState
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 NtmsPartitionState
impl Clone for NtmsPartitionState
Source§fn clone(&self) -> NtmsPartitionState
fn clone(&self) -> NtmsPartitionState
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 NtmsPartitionState
Source§impl Debug for NtmsPartitionState
impl Debug for NtmsPartitionState
Source§impl Default for NtmsPartitionState
impl Default for NtmsPartitionState
Source§fn default() -> NtmsPartitionState
fn default() -> NtmsPartitionState
Returns the “default value” for a type. Read more
impl Eq for NtmsPartitionState
Source§impl From<i32> for NtmsPartitionState
impl From<i32> for NtmsPartitionState
Source§impl PartialEq for NtmsPartitionState
impl PartialEq for NtmsPartitionState
impl StructuralPartialEq for NtmsPartitionState
Auto Trait Implementations§
impl Freeze for NtmsPartitionState
impl RefUnwindSafe for NtmsPartitionState
impl Send for NtmsPartitionState
impl Sync for NtmsPartitionState
impl Unpin for NtmsPartitionState
impl UnsafeUnpin for NtmsPartitionState
impl UnwindSafe for NtmsPartitionState
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