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