pub struct PresentBarrier { /* private fields */ }Implementations§
Source§impl PresentBarrier
impl PresentBarrier
pub fn blocking_wait(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PresentBarrier
impl RefUnwindSafe for PresentBarrier
impl Send for PresentBarrier
impl !Sync for PresentBarrier
impl Unpin for PresentBarrier
impl UnwindSafe for PresentBarrier
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