#[repr(C)]pub struct tags1701OutBlock3 {Show 16 fields
pub chetime: [c_char; 8],
pub _chetime: c_char,
pub price: [c_char; 7],
pub _price: c_char,
pub sign: [c_char; 1],
pub _sign: c_char,
pub change: [c_char; 6],
pub _change: c_char,
pub offer: [c_char; 7],
pub _offer: c_char,
pub bid: [c_char; 7],
pub _bid: c_char,
pub volume: [c_char; 9],
pub _volume: c_char,
pub movvol: [c_char; 9],
pub _movvol: c_char,
}Fields§
§chetime: [c_char; 8]§_chetime: c_char§price: [c_char; 7]§_price: c_char§sign: [c_char; 1]§_sign: c_char§change: [c_char; 6]§_change: c_char§offer: [c_char; 7]§_offer: c_char§bid: [c_char; 7]§_bid: c_char§volume: [c_char; 9]§_volume: c_char§movvol: [c_char; 9]§_movvol: c_charTrait Implementations§
Source§fn clone(&self) -> tags1701OutBlock3
fn clone(&self) -> tags1701OutBlock3
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