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