#[repr(C)]pub struct tagj0 {
pub j0inblock: Tj0InBlock,
pub j0outblock: Tj0OutBlock,
}Fields§
§j0inblock: Tj0InBlock§j0outblock: Tj0OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagj0
impl RefUnwindSafe for tagj0
impl Send for tagj0
impl Sync for tagj0
impl Unpin for tagj0
impl UnwindSafe for tagj0
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