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