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