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