#[repr(C)]pub struct CondvarBlocker { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for CondvarBlocker
impl Debug for CondvarBlocker
Source§impl Default for CondvarBlocker
impl Default for CondvarBlocker
Source§fn default() -> CondvarBlocker
fn default() -> CondvarBlocker
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for CondvarBlocker
impl RefUnwindSafe for CondvarBlocker
impl Send for CondvarBlocker
impl Sync for CondvarBlocker
impl Unpin for CondvarBlocker
impl UnwindSafe for CondvarBlocker
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