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