#[repr(C)]pub struct tagj1InBlock {
pub code: [c_char; 6],
pub _code: c_char,
}Fields§
§code: [c_char; 6]§_code: c_charTrait Implementations§
Source§impl Clone for tagj1InBlock
impl Clone for tagj1InBlock
Source§fn clone(&self) -> tagj1InBlock
fn clone(&self) -> tagj1InBlock
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagj1InBlock
impl Debug for tagj1InBlock
impl Copy for tagj1InBlock
Auto Trait Implementations§
impl Freeze for tagj1InBlock
impl RefUnwindSafe for tagj1InBlock
impl Send for tagj1InBlock
impl Sync for tagj1InBlock
impl Unpin for tagj1InBlock
impl UnwindSafe for tagj1InBlock
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