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