#[repr(C)]pub struct tagq1 {
pub q1inblock: Tq1InBlock,
pub q1outblock: Tq1OutBlock,
}Fields§
§q1inblock: Tq1InBlock§q1outblock: Tq1OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagq1
impl RefUnwindSafe for tagq1
impl Send for tagq1
impl Sync for tagq1
impl Unpin for tagq1
impl UnwindSafe for tagq1
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