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