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