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