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