#[repr(C)]pub struct tagc4113OutFuteq1 {
pub dongsi: [c_char; 1],
pub _dongsi: c_char,
pub jeqprice: [c_char; 5],
pub _jeqprice: c_char,
pub jeqsign: [c_char; 1],
pub _jeqsign: c_char,
pub jeqchange: [c_char; 5],
pub _jeqchange: c_char,
pub jeqchrate: [c_char; 5],
pub _jeqchrate: c_char,
}Fields§
§dongsi: [c_char; 1]§_dongsi: c_char§jeqprice: [c_char; 5]§_jeqprice: c_char§jeqsign: [c_char; 1]§_jeqsign: c_char§jeqchange: [c_char; 5]§_jeqchange: c_char§jeqchrate: [c_char; 5]§_jeqchrate: c_charTrait Implementations§
Source§impl Clone for tagc4113OutFuteq1
impl Clone for tagc4113OutFuteq1
Source§fn clone(&self) -> tagc4113OutFuteq1
fn clone(&self) -> tagc4113OutFuteq1
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 tagc4113OutFuteq1
impl Debug for tagc4113OutFuteq1
impl Copy for tagc4113OutFuteq1
Auto Trait Implementations§
impl Freeze for tagc4113OutFuteq1
impl RefUnwindSafe for tagc4113OutFuteq1
impl Send for tagc4113OutFuteq1
impl Sync for tagc4113OutFuteq1
impl Unpin for tagc4113OutFuteq1
impl UnwindSafe for tagc4113OutFuteq1
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