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