#[repr(C)]pub struct tago7OutBlock {
pub opitem: [c_char; 8],
pub _opitem: c_char,
pub optime: [c_char; 8],
pub _optime: 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§
§opitem: [c_char; 8]§_opitem: c_char§optime: [c_char; 8]§_optime: 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 tago7OutBlock
impl Clone for tago7OutBlock
Source§fn clone(&self) -> tago7OutBlock
fn clone(&self) -> tago7OutBlock
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 tago7OutBlock
impl Debug for tago7OutBlock
impl Copy for tago7OutBlock
Auto Trait Implementations§
impl Freeze for tago7OutBlock
impl RefUnwindSafe for tago7OutBlock
impl Send for tago7OutBlock
impl Sync for tago7OutBlock
impl Unpin for tago7OutBlock
impl UnwindSafe for tago7OutBlock
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