#[repr(C)]pub struct tagq1OutBlock {Show 36 fields
pub fuspcode: [c_char; 8],
pub fusphotime: [c_char; 8],
pub fuspoffer: [c_char; 6],
pub fuspbid: [c_char; 6],
pub fuspofferjan: [c_char; 6],
pub fuspbidjan: [c_char; 6],
pub fuspjoffer: [c_char; 6],
pub fuspjbid: [c_char; 6],
pub fuspjofferjan: [c_char; 6],
pub fuspjbidjan: [c_char; 6],
pub fuspjjoffer: [c_char; 6],
pub fuspjjbid: [c_char; 6],
pub fuspjjofferjan: [c_char; 6],
pub fuspjjbidjan: [c_char; 6],
pub fuspj4offer: [c_char; 6],
pub fuspj4bid: [c_char; 6],
pub fuspj4offerjan: [c_char; 6],
pub fuspj4bidjan: [c_char; 6],
pub fuspj5offer: [c_char; 6],
pub fuspj5bid: [c_char; 6],
pub fuspj5offerjan: [c_char; 6],
pub fuspj5bidjan: [c_char; 6],
pub fusptofferjan: [c_char; 6],
pub fusptbidjan: [c_char; 6],
pub fuspoffersu: [c_char; 4],
pub fuspjoffersu: [c_char; 4],
pub fuspjjoffersu: [c_char; 4],
pub fuspj4offersu: [c_char; 4],
pub fuspj5offersu: [c_char; 4],
pub fusptoffersu: [c_char; 5],
pub fuspbidsu: [c_char; 4],
pub fuspjbidsu: [c_char; 4],
pub fuspjjbidsu: [c_char; 4],
pub fuspj4bidsu: [c_char; 4],
pub fuspj5bidsu: [c_char; 4],
pub fusptbidsu: [c_char; 5],
}Fields§
§fuspcode: [c_char; 8]§fusphotime: [c_char; 8]§fuspoffer: [c_char; 6]§fuspbid: [c_char; 6]§fuspofferjan: [c_char; 6]§fuspbidjan: [c_char; 6]§fuspjoffer: [c_char; 6]§fuspjbid: [c_char; 6]§fuspjofferjan: [c_char; 6]§fuspjbidjan: [c_char; 6]§fuspjjoffer: [c_char; 6]§fuspjjbid: [c_char; 6]§fuspjjofferjan: [c_char; 6]§fuspjjbidjan: [c_char; 6]§fuspj4offer: [c_char; 6]§fuspj4bid: [c_char; 6]§fuspj4offerjan: [c_char; 6]§fuspj4bidjan: [c_char; 6]§fuspj5offer: [c_char; 6]§fuspj5bid: [c_char; 6]§fuspj5offerjan: [c_char; 6]§fuspj5bidjan: [c_char; 6]§fusptofferjan: [c_char; 6]§fusptbidjan: [c_char; 6]§fuspoffersu: [c_char; 4]§fuspjoffersu: [c_char; 4]§fuspjjoffersu: [c_char; 4]§fuspj4offersu: [c_char; 4]§fuspj5offersu: [c_char; 4]§fusptoffersu: [c_char; 5]§fuspbidsu: [c_char; 4]§fuspjbidsu: [c_char; 4]§fuspjjbidsu: [c_char; 4]§fuspj4bidsu: [c_char; 4]§fuspj5bidsu: [c_char; 4]§fusptbidsu: [c_char; 5]Trait Implementations§
Source§impl Clone for tagq1OutBlock
impl Clone for tagq1OutBlock
Source§fn clone(&self) -> tagq1OutBlock
fn clone(&self) -> tagq1OutBlock
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 tagq1OutBlock
impl Debug for tagq1OutBlock
impl Copy for tagq1OutBlock
Auto Trait Implementations§
impl Freeze for tagq1OutBlock
impl RefUnwindSafe for tagq1OutBlock
impl Send for tagq1OutBlock
impl Sync for tagq1OutBlock
impl Unpin for tagq1OutBlock
impl UnwindSafe for tagq1OutBlock
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