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