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