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