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