#[repr(C)]pub struct k_condvar {
pub wait_q: _wait_q_t,
}Expand description
@brief Kernel condition variable structure
All the members are internal and should not be accessed directly.
Fields§
§wait_q: _wait_q_t@cond INTERNAL_HIDDEN
Trait Implementations§
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