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