#[repr(C)]pub struct k_pipe__bindgen_ty_1 {
pub readers: _wait_q_t,
pub writers: _wait_q_t,
}
Fields§
§readers: _wait_q_t
< Reader wait queue
writers: _wait_q_t
< Writer wait queue
Auto Trait Implementations§
impl Freeze for k_pipe__bindgen_ty_1
impl RefUnwindSafe for k_pipe__bindgen_ty_1
impl !Send for k_pipe__bindgen_ty_1
impl !Sync for k_pipe__bindgen_ty_1
impl Unpin for k_pipe__bindgen_ty_1
impl UnwindSafe for k_pipe__bindgen_ty_1
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