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