pub struct MkFence { /* private fields */ }Expand description
A GPU fence for synchronization.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MkFence
impl RefUnwindSafe for MkFence
impl Send for MkFence
impl Sync for MkFence
impl Unpin for MkFence
impl UnwindSafe for MkFence
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