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