#[repr(C)]pub struct tago2InBlock {
pub opitem: [c_char; 8],
pub _opitem: c_char,
}Fields§
§opitem: [c_char; 8]§_opitem: c_charTrait Implementations§
Source§impl Clone for tago2InBlock
impl Clone for tago2InBlock
Source§fn clone(&self) -> tago2InBlock
fn clone(&self) -> tago2InBlock
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 tago2InBlock
impl Debug for tago2InBlock
impl Copy for tago2InBlock
Auto Trait Implementations§
impl Freeze for tago2InBlock
impl RefUnwindSafe for tago2InBlock
impl Send for tago2InBlock
impl Sync for tago2InBlock
impl Unpin for tago2InBlock
impl UnwindSafe for tago2InBlock
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