#[repr(C)]pub struct tagf7OutBlock {Show 16 fields
pub fuitem: [c_char; 8],
pub _fuitem: c_char,
pub futime: [c_char; 8],
pub _futime: c_char,
pub exlmtstep: [c_char; 1],
pub _exlmtstep: c_char,
pub exlmtgb: [c_char; 1],
pub _exlmtgb: c_char,
pub uplmtgb: [c_char; 1],
pub _uplmtgb: c_char,
pub dnlmtgb: [c_char; 1],
pub _dnlmtgb: c_char,
pub uplmtprice: [c_char; 5],
pub _uplmtprice: c_char,
pub dnlmtprice: [c_char; 5],
pub _dnlmtprice: c_char,
}Fields§
§fuitem: [c_char; 8]§_fuitem: c_char§futime: [c_char; 8]§_futime: c_char§exlmtstep: [c_char; 1]§_exlmtstep: c_char§exlmtgb: [c_char; 1]§_exlmtgb: c_char§uplmtgb: [c_char; 1]§_uplmtgb: c_char§dnlmtgb: [c_char; 1]§_dnlmtgb: c_char§uplmtprice: [c_char; 5]§_uplmtprice: c_char§dnlmtprice: [c_char; 5]§_dnlmtprice: c_charTrait Implementations§
Source§impl Clone for tagf7OutBlock
impl Clone for tagf7OutBlock
Source§fn clone(&self) -> tagf7OutBlock
fn clone(&self) -> tagf7OutBlock
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 tagf7OutBlock
impl Debug for tagf7OutBlock
impl Copy for tagf7OutBlock
Auto Trait Implementations§
impl Freeze for tagf7OutBlock
impl RefUnwindSafe for tagf7OutBlock
impl Send for tagf7OutBlock
impl Sync for tagf7OutBlock
impl Unpin for tagf7OutBlock
impl UnwindSafe for tagf7OutBlock
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