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