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