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