#[repr(C)]pub struct tagc8141OutBlock {
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 tagc8141OutBlock
impl Clone for tagc8141OutBlock
Source§fn clone(&self) -> tagc8141OutBlock
fn clone(&self) -> tagc8141OutBlock
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 tagc8141OutBlock
impl Debug for tagc8141OutBlock
impl Copy for tagc8141OutBlock
Auto Trait Implementations§
impl Freeze for tagc8141OutBlock
impl RefUnwindSafe for tagc8141OutBlock
impl Send for tagc8141OutBlock
impl Sync for tagc8141OutBlock
impl Unpin for tagc8141OutBlock
impl UnwindSafe for tagc8141OutBlock
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