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