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