#[repr(C)]pub struct tagc4805OutUnder {
pub shcode: [c_char; 6],
pub _shcode: c_char,
pub hname: [c_char; 20],
pub _hname: 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,
}Fields§
§shcode: [c_char; 6]§_shcode: c_char§hname: [c_char; 20]§_hname: c_char§price: [c_char; 7]§_price: c_char§sign: [c_char; 1]§_sign: c_char§change: [c_char; 6]§_change: c_charTrait Implementations§
Source§impl Clone for tagc4805OutUnder
impl Clone for tagc4805OutUnder
Source§fn clone(&self) -> tagc4805OutUnder
fn clone(&self) -> tagc4805OutUnder
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 tagc4805OutUnder
impl Debug for tagc4805OutUnder
impl Copy for tagc4805OutUnder
Auto Trait Implementations§
impl Freeze for tagc4805OutUnder
impl RefUnwindSafe for tagc4805OutUnder
impl Send for tagc4805OutUnder
impl Sync for tagc4805OutUnder
impl Unpin for tagc4805OutUnder
impl UnwindSafe for tagc4805OutUnder
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