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