#[repr(C)]pub struct k_condvar {
pub wait_q: _wait_q_t,
}
Expand description
@}
Fields§
§wait_q: _wait_q_t
Auto Trait Implementations§
impl Freeze for k_condvar
impl RefUnwindSafe for k_condvar
impl !Send for k_condvar
impl !Sync for k_condvar
impl Unpin for k_condvar
impl UnwindSafe for k_condvar
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