#[repr(C)]pub struct tags1701OutBlock1 {Show 18 fields
pub code1: [c_char; 6],
pub _code1: c_char,
pub hname1: [c_char; 20],
pub _hname1: c_char,
pub price1: [c_char; 7],
pub _price1: c_char,
pub sign1: [c_char; 1],
pub _sign1: c_char,
pub change1: [c_char; 6],
pub _change1: c_char,
pub chrate1: [c_char; 5],
pub _chrate1: c_char,
pub comrate1: [c_char; 5],
pub _comrate1: c_char,
pub pastv1: [c_char; 5],
pub _pastv1: c_char,
pub basegubun: [c_char; 1],
pub _basegubun: c_char,
}Fields§
§code1: [c_char; 6]§_code1: c_char§hname1: [c_char; 20]§_hname1: c_char§price1: [c_char; 7]§_price1: c_char§sign1: [c_char; 1]§_sign1: c_char§change1: [c_char; 6]§_change1: c_char§chrate1: [c_char; 5]§_chrate1: c_char§comrate1: [c_char; 5]§_comrate1: c_char§pastv1: [c_char; 5]§_pastv1: c_char§basegubun: [c_char; 1]§_basegubun: c_charTrait Implementations§
Source§fn clone(&self) -> tags1701OutBlock1
fn clone(&self) -> tags1701OutBlock1
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