#[repr(transparent)]pub struct NtmsPortContent(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Abi for NtmsPortContent
impl Abi for NtmsPortContent
Source§type Abi = NtmsPortContent
type Abi = NtmsPortContent
The abi representation of the implementing type. Read more
type DefaultType = NtmsPortContent
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for NtmsPortContent
impl Clone for NtmsPortContent
Source§fn clone(&self) -> NtmsPortContent
fn clone(&self) -> NtmsPortContent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NtmsPortContent
Source§impl Debug for NtmsPortContent
impl Debug for NtmsPortContent
Source§impl Default for NtmsPortContent
impl Default for NtmsPortContent
Source§fn default() -> NtmsPortContent
fn default() -> NtmsPortContent
Returns the “default value” for a type. Read more
impl Eq for NtmsPortContent
Source§impl From<i32> for NtmsPortContent
impl From<i32> for NtmsPortContent
Source§impl PartialEq for NtmsPortContent
impl PartialEq 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 UnsafeUnpin 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