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