#[repr(C)]pub struct tagq2 {
pub q2inblock: Tq2InBlock,
pub q2outblock: Tq2OutBlock,
}Fields§
§q2inblock: Tq2InBlock§q2outblock: Tq2OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagq2
impl RefUnwindSafe for tagq2
impl Send for tagq2
impl Sync for tagq2
impl Unpin for tagq2
impl UnwindSafe for tagq2
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