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