#[repr(C)]pub struct tagj1OutBlock {Show 24 fields
pub code: [c_char; 6],
pub _code: c_char,
pub time: [c_char; 8],
pub _time: c_char,
pub nsign: [c_char; 1],
pub _nsign: c_char,
pub nchange: [c_char; 9],
pub _nchange: c_char,
pub nav: [c_char; 9],
pub _nav: c_char,
pub nopen: [c_char; 9],
pub _nopen: c_char,
pub nhigh: [c_char; 9],
pub _nhigh: c_char,
pub nlow: [c_char; 9],
pub _nlow: c_char,
pub tsign: [c_char; 1],
pub _tsign: c_char,
pub terror: [c_char; 9],
pub _terror: c_char,
pub gsign: [c_char; 1],
pub _gsign: c_char,
pub grate: [c_char; 9],
pub _grate: c_char,
}Fields§
§code: [c_char; 6]§_code: c_char§time: [c_char; 8]§_time: c_char§nsign: [c_char; 1]§_nsign: c_char§nchange: [c_char; 9]§_nchange: c_char§nopen: [c_char; 9]§_nopen: c_char§nhigh: [c_char; 9]§_nhigh: c_char§nlow: [c_char; 9]§_nlow: c_char§tsign: [c_char; 1]§_tsign: c_char§terror: [c_char; 9]§_terror: c_char§gsign: [c_char; 1]§_gsign: c_char§grate: [c_char; 9]§_grate: c_charTrait Implementations§
Source§impl Clone for tagj1OutBlock
impl Clone for tagj1OutBlock
Source§fn clone(&self) -> tagj1OutBlock
fn clone(&self) -> tagj1OutBlock
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 tagj1OutBlock
impl Debug for tagj1OutBlock
impl Copy for tagj1OutBlock
Auto Trait Implementations§
impl Freeze for tagj1OutBlock
impl RefUnwindSafe for tagj1OutBlock
impl Send for tagj1OutBlock
impl Sync for tagj1OutBlock
impl Unpin for tagj1OutBlock
impl UnwindSafe for tagj1OutBlock
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