#[repr(C)]pub struct tags1701OutBlock5 {Show 14 fields
pub code7: [c_char; 6],
pub _code7: c_char,
pub hname7: [c_char; 16],
pub _hname7: c_char,
pub price7: [c_char; 9],
pub _price7: c_char,
pub sign7: [c_char; 1],
pub _sign7: c_char,
pub change7: [c_char; 9],
pub _change7: c_char,
pub chrate7: [c_char; 5],
pub _chrate7: c_char,
pub time7: [c_char; 4],
pub _time7: c_char,
}Fields§
§code7: [c_char; 6]§_code7: c_char§hname7: [c_char; 16]§_hname7: c_char§price7: [c_char; 9]§_price7: c_char§sign7: [c_char; 1]§_sign7: c_char§change7: [c_char; 9]§_change7: c_char§chrate7: [c_char; 5]§_chrate7: c_char§time7: [c_char; 4]§_time7: c_charTrait Implementations§
Source§fn clone(&self) -> tags1701OutBlock5
fn clone(&self) -> tags1701OutBlock5
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