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