#[repr(C)]pub struct tags4101OutBlock5 {Show 14 fields
pub code: [c_char; 6],
pub _code: c_char,
pub hname: [c_char; 13],
pub _hname: c_char,
pub parvalue: [c_char; 7],
pub _parvalue: 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 chrate: [c_char; 5],
pub _chrate: c_char,
}Fields§
§code: [c_char; 6]§_code: c_char§hname: [c_char; 13]§_hname: c_char§parvalue: [c_char; 7]§_parvalue: c_char§price: [c_char; 7]§_price: c_char§sign: [c_char; 1]§_sign: c_char§change: [c_char; 6]§_change: c_char§chrate: [c_char; 5]§_chrate: c_charTrait Implementations§
Source§fn clone(&self) -> tags4101OutBlock5
fn clone(&self) -> tags4101OutBlock5
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