pub struct Presence(/* private fields */);Implementations§
Source§impl Presence
impl Presence
pub fn raw_handle(&self) -> EOS_HPresence
Auto Trait Implementations§
impl Freeze for Presence
impl RefUnwindSafe for Presence
impl !Send for Presence
impl !Sync for Presence
impl Unpin for Presence
impl UnsafeUnpin for Presence
impl UnwindSafe for 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