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