#[repr(C)]pub struct tagc4113OutSMaster {Show 30 fields
pub fuitemz8: [c_char; 8],
pub _fuitemz8: c_char,
pub fuspcurr: [c_char; 6],
pub _fuspcurr: c_char,
pub fuspsign: [c_char; 1],
pub _fuspsign: c_char,
pub fuspchange: [c_char; 5],
pub _fuspchange: c_char,
pub fuspchrate: [c_char; 5],
pub _fuspchrate: c_char,
pub fuspopen: [c_char; 6],
pub _fuspopen: c_char,
pub fusphigh: [c_char; 6],
pub _fusphigh: c_char,
pub fusplow: [c_char; 6],
pub _fusplow: c_char,
pub fuspvolall: [c_char; 7],
pub _fuspvolall: c_char,
pub fuspvalall: [c_char; 12],
pub _fuspvalall: c_char,
pub fuspcurr1: [c_char; 5],
pub _fuspcurr1: c_char,
pub fuspcurr2: [c_char; 5],
pub _fuspcurr2: c_char,
pub fudynhprice: [c_char; 6],
pub _fudynhprice: c_char,
pub fudynlprice: [c_char; 6],
pub _fudynlprice: c_char,
pub fudynpriceflag: [c_char; 1],
pub _fudynpriceflag: c_char,
}Fields§
§fuitemz8: [c_char; 8]§_fuitemz8: c_char§fuspcurr: [c_char; 6]§_fuspcurr: c_char§fuspsign: [c_char; 1]§_fuspsign: c_char§fuspchange: [c_char; 5]§_fuspchange: c_char§fuspchrate: [c_char; 5]§_fuspchrate: c_char§fuspopen: [c_char; 6]§_fuspopen: c_char§fusphigh: [c_char; 6]§_fusphigh: c_char§fusplow: [c_char; 6]§_fusplow: c_char§fuspvolall: [c_char; 7]§_fuspvolall: c_char§fuspvalall: [c_char; 12]§_fuspvalall: c_char§fuspcurr1: [c_char; 5]§_fuspcurr1: c_char§fuspcurr2: [c_char; 5]§_fuspcurr2: c_char§fudynhprice: [c_char; 6]§_fudynhprice: c_char§fudynlprice: [c_char; 6]§_fudynlprice: c_char§fudynpriceflag: [c_char; 1]§_fudynpriceflag: c_charTrait Implementations§
Source§impl Clone for tagc4113OutSMaster
impl Clone for tagc4113OutSMaster
Source§fn clone(&self) -> tagc4113OutSMaster
fn clone(&self) -> tagc4113OutSMaster
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 tagc4113OutSMaster
impl Debug for tagc4113OutSMaster
impl Copy for tagc4113OutSMaster
Auto Trait Implementations§
impl Freeze for tagc4113OutSMaster
impl RefUnwindSafe for tagc4113OutSMaster
impl Send for tagc4113OutSMaster
impl Sync for tagc4113OutSMaster
impl Unpin for tagc4113OutSMaster
impl UnwindSafe for tagc4113OutSMaster
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