#[repr(C)]pub struct tagj8 {
pub j8inblock: Tj8InBlock,
pub j8outblock: Tj8OutBlock,
}Fields§
§j8inblock: Tj8InBlock§j8outblock: Tj8OutBlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagj8
impl RefUnwindSafe for tagj8
impl Send for tagj8
impl Sync for tagj8
impl Unpin for tagj8
impl UnwindSafe for tagj8
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