#[repr(C)]pub struct tagu1OutBlock {Show 28 fields
pub jisucode: [c_char; 2],
pub _jisucode: c_char,
pub jisutime: [c_char; 8],
pub _jisutime: c_char,
pub jisu: [c_char; 8],
pub _jisu: c_char,
pub jisusign: [c_char; 1],
pub _jisusign: c_char,
pub jisuchange: [c_char; 8],
pub _jisuchange: c_char,
pub jisuvolume: [c_char; 8],
pub _jisuvolume: c_char,
pub jisuvalue: [c_char; 8],
pub _jisuvalue: c_char,
pub jisuopen: [c_char; 8],
pub _jisuopen: c_char,
pub jisuhigh: [c_char; 8],
pub _jisuhigh: c_char,
pub jisuhightime: [c_char; 8],
pub _jisuhightime: c_char,
pub jisulow: [c_char; 8],
pub _jisulow: c_char,
pub jisulowtime: [c_char; 8],
pub _jisulowtime: c_char,
pub jisuchrate: [c_char; 5],
pub _jisuchrate: c_char,
pub jisubrkvol: [c_char; 5],
pub _jisubrkvol: c_char,
}Fields§
§jisucode: [c_char; 2]§_jisucode: c_char§jisutime: [c_char; 8]§_jisutime: c_char§jisu: [c_char; 8]§_jisu: c_char§jisusign: [c_char; 1]§_jisusign: c_char§jisuchange: [c_char; 8]§_jisuchange: c_char§jisuvolume: [c_char; 8]§_jisuvolume: c_char§jisuvalue: [c_char; 8]§_jisuvalue: c_char§jisuopen: [c_char; 8]§_jisuopen: c_char§jisuhigh: [c_char; 8]§_jisuhigh: c_char§jisuhightime: [c_char; 8]§_jisuhightime: c_char§jisulow: [c_char; 8]§_jisulow: c_char§jisulowtime: [c_char; 8]§_jisulowtime: c_char§jisuchrate: [c_char; 5]§_jisuchrate: c_char§jisubrkvol: [c_char; 5]§_jisubrkvol: c_charTrait Implementations§
Source§impl Clone for tagu1OutBlock
impl Clone for tagu1OutBlock
Source§fn clone(&self) -> tagu1OutBlock
fn clone(&self) -> tagu1OutBlock
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 tagu1OutBlock
impl Debug for tagu1OutBlock
impl Copy for tagu1OutBlock
Auto Trait Implementations§
impl Freeze for tagu1OutBlock
impl RefUnwindSafe for tagu1OutBlock
impl Send for tagu1OutBlock
impl Sync for tagu1OutBlock
impl Unpin for tagu1OutBlock
impl UnwindSafe for tagu1OutBlock
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