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