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