#[repr(transparent)]pub struct USER_ACTIVITY_PRESENCE(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Abi for USER_ACTIVITY_PRESENCE
impl Abi for USER_ACTIVITY_PRESENCE
Source§type Abi = USER_ACTIVITY_PRESENCE
type Abi = USER_ACTIVITY_PRESENCE
The abi representation of the implementing type. Read more
type DefaultType = USER_ACTIVITY_PRESENCE
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 USER_ACTIVITY_PRESENCE
impl Clone for USER_ACTIVITY_PRESENCE
Source§fn clone(&self) -> USER_ACTIVITY_PRESENCE
fn clone(&self) -> USER_ACTIVITY_PRESENCE
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for USER_ACTIVITY_PRESENCE
Source§impl Debug for USER_ACTIVITY_PRESENCE
impl Debug for USER_ACTIVITY_PRESENCE
Source§impl Default for USER_ACTIVITY_PRESENCE
impl Default for USER_ACTIVITY_PRESENCE
Source§fn default() -> USER_ACTIVITY_PRESENCE
fn default() -> USER_ACTIVITY_PRESENCE
Returns the “default value” for a type. Read more
impl Eq for USER_ACTIVITY_PRESENCE
Source§impl From<i32> for USER_ACTIVITY_PRESENCE
impl From<i32> for USER_ACTIVITY_PRESENCE
Source§impl PartialEq for USER_ACTIVITY_PRESENCE
impl PartialEq for USER_ACTIVITY_PRESENCE
impl StructuralPartialEq for USER_ACTIVITY_PRESENCE
Auto Trait Implementations§
impl Freeze for USER_ACTIVITY_PRESENCE
impl RefUnwindSafe for USER_ACTIVITY_PRESENCE
impl Send for USER_ACTIVITY_PRESENCE
impl Sync for USER_ACTIVITY_PRESENCE
impl Unpin for USER_ACTIVITY_PRESENCE
impl UnsafeUnpin for USER_ACTIVITY_PRESENCE
impl UnwindSafe for USER_ACTIVITY_PRESENCE
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