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