#[repr(C)]pub struct tagc1151OutBlock2 {Show 16 fields
pub time: [c_char; 8],
pub _time: 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 movolume: [c_char; 8],
pub _movolume: c_char,
pub volume: [c_char; 9],
pub _volume: c_char,
}Fields§
§time: [c_char; 8]§_time: 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§movolume: [c_char; 8]§_movolume: c_char§volume: [c_char; 9]§_volume: c_charTrait Implementations§
Source§impl Clone for tagc1151OutBlock2
impl Clone for tagc1151OutBlock2
Source§fn clone(&self) -> tagc1151OutBlock2
fn clone(&self) -> tagc1151OutBlock2
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 tagc1151OutBlock2
impl Debug for tagc1151OutBlock2
impl Copy for tagc1151OutBlock2
Auto Trait Implementations§
impl Freeze for tagc1151OutBlock2
impl RefUnwindSafe for tagc1151OutBlock2
impl Send for tagc1151OutBlock2
impl Sync for tagc1151OutBlock2
impl Unpin for tagc1151OutBlock2
impl UnwindSafe for tagc1151OutBlock2
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