pub struct FmodSyncPoint { /* private fields */ }
Expand description
Wrapper for SyncPoint object
Auto Trait Implementations§
impl Freeze for FmodSyncPoint
impl RefUnwindSafe for FmodSyncPoint
impl !Send for FmodSyncPoint
impl !Sync for FmodSyncPoint
impl Unpin for FmodSyncPoint
impl UnwindSafe for FmodSyncPoint
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