#[repr(C)]pub struct tagf1OutBlock {Show 36 fields
pub fuitem: [c_char; 8],
pub fuhotime: [c_char; 8],
pub fuoffer: [c_char; 5],
pub fubid: [c_char; 5],
pub fuofferjan: [c_char; 6],
pub fubidjan: [c_char; 6],
pub fujoffer: [c_char; 5],
pub fujbid: [c_char; 5],
pub fujofferjan: [c_char; 6],
pub fujbidjan: [c_char; 6],
pub fujjoffer: [c_char; 5],
pub fujjbid: [c_char; 5],
pub fujjofferjan: [c_char; 6],
pub fujjbidjan: [c_char; 6],
pub futofferjan: [c_char; 6],
pub futbidjan: [c_char; 6],
pub fuj4offer: [c_char; 5],
pub fuj4bid: [c_char; 5],
pub fuj4offerjan: [c_char; 6],
pub fuj4bidjan: [c_char; 6],
pub fuj5offer: [c_char; 5],
pub fuj5bid: [c_char; 5],
pub fuj5offerjan: [c_char; 6],
pub fuj5bidjan: [c_char; 6],
pub fuoffersu: [c_char; 4],
pub fujoffersu: [c_char; 4],
pub fujjoffersu: [c_char; 4],
pub fuj4offersu: [c_char; 4],
pub fuj5offersu: [c_char; 4],
pub futoffersu: [c_char; 5],
pub fubidsu: [c_char; 4],
pub fujbidsu: [c_char; 4],
pub fujjbidsu: [c_char; 4],
pub fuj4bidsu: [c_char; 4],
pub fuj5bidsu: [c_char; 4],
pub futbidsu: [c_char; 5],
}Fields§
§fuitem: [c_char; 8]§fuhotime: [c_char; 8]§fuoffer: [c_char; 5]§fubid: [c_char; 5]§fuofferjan: [c_char; 6]§fubidjan: [c_char; 6]§fujoffer: [c_char; 5]§fujbid: [c_char; 5]§fujofferjan: [c_char; 6]§fujbidjan: [c_char; 6]§fujjoffer: [c_char; 5]§fujjbid: [c_char; 5]§fujjofferjan: [c_char; 6]§fujjbidjan: [c_char; 6]§futofferjan: [c_char; 6]§futbidjan: [c_char; 6]§fuj4offer: [c_char; 5]§fuj4bid: [c_char; 5]§fuj4offerjan: [c_char; 6]§fuj4bidjan: [c_char; 6]§fuj5offer: [c_char; 5]§fuj5bid: [c_char; 5]§fuj5offerjan: [c_char; 6]§fuj5bidjan: [c_char; 6]§fuoffersu: [c_char; 4]§fujoffersu: [c_char; 4]§fujjoffersu: [c_char; 4]§fuj4offersu: [c_char; 4]§fuj5offersu: [c_char; 4]§futoffersu: [c_char; 5]§fubidsu: [c_char; 4]§fujbidsu: [c_char; 4]§fujjbidsu: [c_char; 4]§fuj4bidsu: [c_char; 4]§fuj5bidsu: [c_char; 4]§futbidsu: [c_char; 5]Trait Implementations§
Source§impl Clone for tagf1OutBlock
impl Clone for tagf1OutBlock
Source§fn clone(&self) -> tagf1OutBlock
fn clone(&self) -> tagf1OutBlock
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 tagf1OutBlock
impl Debug for tagf1OutBlock
impl Copy for tagf1OutBlock
Auto Trait Implementations§
impl Freeze for tagf1OutBlock
impl RefUnwindSafe for tagf1OutBlock
impl Send for tagf1OutBlock
impl Sync for tagf1OutBlock
impl Unpin for tagf1OutBlock
impl UnwindSafe for tagf1OutBlock
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