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