#[repr(C)]pub struct tagq2OutBlock {Show 36 fields
pub fuspcode: [c_char; 8],
pub _fuspcode: c_char,
pub fusphotime: [c_char; 8],
pub _fusphotime: c_char,
pub fuspjgubun: [c_char; 8],
pub _fuspjgubun: c_char,
pub fuspsign: [c_char; 1],
pub _fuspsign: c_char,
pub fuspchange: [c_char; 5],
pub _fuspchange: c_char,
pub fuspcurr: [c_char; 6],
pub _fuspcurr: c_char,
pub fuspcurr1: [c_char; 5],
pub _fuspcurr1: c_char,
pub fuspcurr2: [c_char; 5],
pub _fuspcurr2: c_char,
pub fuspopen: [c_char; 6],
pub _fuspopen: c_char,
pub fusphigh: [c_char; 6],
pub _fusphigh: c_char,
pub fusplow: [c_char; 6],
pub _fusplow: c_char,
pub fuspvol: [c_char; 6],
pub _fuspvol: c_char,
pub fuspvolall: [c_char; 7],
pub _fuspvolall: c_char,
pub fuspvalall: [c_char; 12],
pub _fuspvalall: c_char,
pub fuspchrate: [c_char; 5],
pub _fuspchrate: c_char,
pub fuspbp_jgubun: [c_char; 1],
pub _fuspbp_jgubun: c_char,
pub fuspoffer: [c_char; 6],
pub _fuspoffer: c_char,
pub fuspbid: [c_char; 6],
pub _fuspbid: c_char,
}Fields§
§fuspcode: [c_char; 8]§_fuspcode: c_char§fusphotime: [c_char; 8]§_fusphotime: c_char§fuspjgubun: [c_char; 8]§_fuspjgubun: c_char§fuspsign: [c_char; 1]§_fuspsign: c_char§fuspchange: [c_char; 5]§_fuspchange: c_char§fuspcurr: [c_char; 6]§_fuspcurr: c_char§fuspcurr1: [c_char; 5]§_fuspcurr1: c_char§fuspcurr2: [c_char; 5]§_fuspcurr2: c_char§fuspopen: [c_char; 6]§_fuspopen: c_char§fusphigh: [c_char; 6]§_fusphigh: c_char§fusplow: [c_char; 6]§_fusplow: c_char§fuspvol: [c_char; 6]§_fuspvol: c_char§fuspvolall: [c_char; 7]§_fuspvolall: c_char§fuspvalall: [c_char; 12]§_fuspvalall: c_char§fuspchrate: [c_char; 5]§_fuspchrate: c_char§fuspbp_jgubun: [c_char; 1]§_fuspbp_jgubun: c_char§fuspoffer: [c_char; 6]§_fuspoffer: c_char§fuspbid: [c_char; 6]§_fuspbid: c_charTrait Implementations§
Source§impl Clone for tagq2OutBlock
impl Clone for tagq2OutBlock
Source§fn clone(&self) -> tagq2OutBlock
fn clone(&self) -> tagq2OutBlock
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 tagq2OutBlock
impl Debug for tagq2OutBlock
impl Copy for tagq2OutBlock
Auto Trait Implementations§
impl Freeze for tagq2OutBlock
impl RefUnwindSafe for tagq2OutBlock
impl Send for tagq2OutBlock
impl Sync for tagq2OutBlock
impl Unpin for tagq2OutBlock
impl UnwindSafe for tagq2OutBlock
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