#[repr(C)]pub struct tagc8142OutBlock {
pub order_noz10: [c_char; 10],
pub _order_noz10: c_char,
pub order_qtyz12: [c_char; 12],
pub _order_qtyz12: c_char,
pub order_unit_pricez10: [c_char; 10],
pub _order_unit_pricez10: c_char,
}Fields§
§order_noz10: [c_char; 10]§_order_noz10: c_char§order_qtyz12: [c_char; 12]§_order_qtyz12: c_char§order_unit_pricez10: [c_char; 10]§_order_unit_pricez10: c_charTrait Implementations§
Source§impl Clone for tagc8142OutBlock
impl Clone for tagc8142OutBlock
Source§fn clone(&self) -> tagc8142OutBlock
fn clone(&self) -> tagc8142OutBlock
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 tagc8142OutBlock
impl Debug for tagc8142OutBlock
impl Copy for tagc8142OutBlock
Auto Trait Implementations§
impl Freeze for tagc8142OutBlock
impl RefUnwindSafe for tagc8142OutBlock
impl Send for tagc8142OutBlock
impl Sync for tagc8142OutBlock
impl Unpin for tagc8142OutBlock
impl UnwindSafe for tagc8142OutBlock
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