#[repr(C)]pub struct tagj0OutBlock {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 tagj0OutBlock
impl Clone for tagj0OutBlock
Source§fn clone(&self) -> tagj0OutBlock
fn clone(&self) -> tagj0OutBlock
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 tagj0OutBlock
impl Debug for tagj0OutBlock
impl Copy for tagj0OutBlock
Auto Trait Implementations§
impl Freeze for tagj0OutBlock
impl RefUnwindSafe for tagj0OutBlock
impl Send for tagj0OutBlock
impl Sync for tagj0OutBlock
impl Unpin for tagj0OutBlock
impl UnwindSafe for tagj0OutBlock
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