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