#[repr(C)]pub struct tags1701OutBlock4 {Show 16 fields
pub code6: [c_char; 2],
pub _code6: c_char,
pub hname6: [c_char; 20],
pub _hname6: c_char,
pub price6: [c_char; 7],
pub _price6: c_char,
pub sign6: [c_char; 1],
pub _sign6: c_char,
pub change6: [c_char; 6],
pub _change6: c_char,
pub chrate6: [c_char; 5],
pub _chrate6: c_char,
pub comrate6: [c_char; 5],
pub _comrate6: c_char,
pub pastv6: [c_char; 5],
pub _pastv6: c_char,
}Fields§
§code6: [c_char; 2]§_code6: c_char§hname6: [c_char; 20]§_hname6: c_char§price6: [c_char; 7]§_price6: c_char§sign6: [c_char; 1]§_sign6: c_char§change6: [c_char; 6]§_change6: c_char§chrate6: [c_char; 5]§_chrate6: c_char§comrate6: [c_char; 5]§_comrate6: c_char§pastv6: [c_char; 5]§_pastv6: c_charTrait Implementations§
Source§fn clone(&self) -> tags1701OutBlock4
fn clone(&self) -> tags1701OutBlock4
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