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