#[repr(C)]pub struct tagh3OutBlock {
pub code: [c_char; 6],
pub hotime: [c_char; 8],
pub dongsi: [c_char; 1],
pub jeqprice: [c_char; 7],
pub jeqsign: [c_char; 1],
pub jeqchange: [c_char; 6],
pub jeqchrate: [c_char; 5],
pub jeqvol: [c_char; 9],
pub offer: [c_char; 7],
pub bid: [c_char; 7],
pub offerrem: [c_char; 9],
pub bidrem: [c_char; 9],
}Fields§
§code: [c_char; 6]§hotime: [c_char; 8]§dongsi: [c_char; 1]§jeqprice: [c_char; 7]§jeqsign: [c_char; 1]§jeqchange: [c_char; 6]§jeqchrate: [c_char; 5]§jeqvol: [c_char; 9]§offer: [c_char; 7]§bid: [c_char; 7]§offerrem: [c_char; 9]§bidrem: [c_char; 9]Trait Implementations§
Source§impl Clone for tagh3OutBlock
impl Clone for tagh3OutBlock
Source§fn clone(&self) -> tagh3OutBlock
fn clone(&self) -> tagh3OutBlock
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 tagh3OutBlock
impl Debug for tagh3OutBlock
impl Copy for tagh3OutBlock
Auto Trait Implementations§
impl Freeze for tagh3OutBlock
impl RefUnwindSafe for tagh3OutBlock
impl Send for tagh3OutBlock
impl Sync for tagh3OutBlock
impl Unpin for tagh3OutBlock
impl UnwindSafe for tagh3OutBlock
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