#[repr(transparent)]pub struct NtmsOpreqState(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Abi for NtmsOpreqState
impl Abi for NtmsOpreqState
Source§type Abi = NtmsOpreqState
type Abi = NtmsOpreqState
The abi representation of the implementing type. Read more
type DefaultType = NtmsOpreqState
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 NtmsOpreqState
impl Clone for NtmsOpreqState
Source§fn clone(&self) -> NtmsOpreqState
fn clone(&self) -> NtmsOpreqState
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 NtmsOpreqState
Source§impl Debug for NtmsOpreqState
impl Debug for NtmsOpreqState
Source§impl Default for NtmsOpreqState
impl Default for NtmsOpreqState
Source§fn default() -> NtmsOpreqState
fn default() -> NtmsOpreqState
Returns the “default value” for a type. Read more
impl Eq for NtmsOpreqState
Source§impl From<i32> for NtmsOpreqState
impl From<i32> for NtmsOpreqState
Source§impl PartialEq for NtmsOpreqState
impl PartialEq for NtmsOpreqState
impl StructuralPartialEq for NtmsOpreqState
Auto Trait Implementations§
impl Freeze for NtmsOpreqState
impl RefUnwindSafe for NtmsOpreqState
impl Send for NtmsOpreqState
impl Sync for NtmsOpreqState
impl Unpin for NtmsOpreqState
impl UnsafeUnpin for NtmsOpreqState
impl UnwindSafe for NtmsOpreqState
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