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