#[repr(C)]pub struct tags4201OutBlock2 {Show 18 fields
pub opchetime: [c_char; 8],
pub _opchetime: c_char,
pub opcurr: [c_char; 5],
pub _opcurr: c_char,
pub opsign: [c_char; 1],
pub _opsign: c_char,
pub opchange: [c_char; 5],
pub _opchange: c_char,
pub opoffer: [c_char; 5],
pub _opoffer: c_char,
pub opbid: [c_char; 5],
pub _opbid: c_char,
pub opvol: [c_char; 6],
pub _opvol: c_char,
pub opvolallz8: [c_char; 8],
pub _opvolallz8: c_char,
pub opopenyak: [c_char; 7],
pub _opopenyak: c_char,
}Fields§
§opchetime: [c_char; 8]§_opchetime: c_char§opcurr: [c_char; 5]§_opcurr: c_char§opsign: [c_char; 1]§_opsign: c_char§opchange: [c_char; 5]§_opchange: c_char§opoffer: [c_char; 5]§_opoffer: c_char§opbid: [c_char; 5]§_opbid: c_char§opvol: [c_char; 6]§_opvol: c_char§opvolallz8: [c_char; 8]§_opvolallz8: c_char§opopenyak: [c_char; 7]§_opopenyak: c_charTrait Implementations§
Source§fn clone(&self) -> tags4201OutBlock2
fn clone(&self) -> tags4201OutBlock2
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 moreAuto Trait Implementations§
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