pub struct PresenceModification(/* private fields */);Implementations§
Source§impl PresenceModification
impl PresenceModification
pub unsafe fn from_raw(h: EOS_HPresenceModification) -> Result<Self>
pub fn raw_handle(&self) -> EOS_HPresenceModification
pub fn into_raw(self) -> EOS_HPresenceModification
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PresenceModification
impl RefUnwindSafe for PresenceModification
impl !Send for PresenceModification
impl !Sync for PresenceModification
impl Unpin for PresenceModification
impl UnsafeUnpin for PresenceModification
impl UnwindSafe for PresenceModification
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