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