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