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