#[repr(C)]pub struct tagj1 {
pub j1inblock: Tj1InBlock,
pub j1outblock: Tj1OutBlock,
}Fields§
§j1inblock: Tj1InBlock§j1outblock: Tj1OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagj1
impl RefUnwindSafe for tagj1
impl Send for tagj1
impl Sync for tagj1
impl Unpin for tagj1
impl UnwindSafe for tagj1
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