#[repr(C)]pub struct tageLOutBlock {
pub code: [c_char; 6],
pub jipyotime: [c_char; 8],
pub parity: [c_char; 8],
pub egearing: [c_char; 8],
pub gearingrate: [c_char; 8],
pub profitrate: [c_char; 8],
pub basepoint: [c_char; 8],
pub filler: [c_char; 6],
}Fields§
§code: [c_char; 6]§jipyotime: [c_char; 8]§parity: [c_char; 8]§egearing: [c_char; 8]§gearingrate: [c_char; 8]§profitrate: [c_char; 8]§basepoint: [c_char; 8]§filler: [c_char; 6]Trait Implementations§
Source§impl Clone for tageLOutBlock
impl Clone for tageLOutBlock
Source§fn clone(&self) -> tageLOutBlock
fn clone(&self) -> tageLOutBlock
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 tageLOutBlock
impl Debug for tageLOutBlock
impl Copy for tageLOutBlock
Auto Trait Implementations§
impl Freeze for tageLOutBlock
impl RefUnwindSafe for tageLOutBlock
impl Send for tageLOutBlock
impl Sync for tageLOutBlock
impl Unpin for tageLOutBlock
impl UnwindSafe for tageLOutBlock
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