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