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