#[repr(C)]pub struct tageVOutBlock {
pub code: [c_char; 6],
pub theorytime: [c_char; 8],
pub theoryprice: [c_char; 7],
pub impv: [c_char; 10],
pub delta: [c_char; 9],
pub gmma: [c_char; 9],
pub vega: [c_char; 9],
pub theta: [c_char; 9],
pub rho: [c_char; 9],
pub grate: [c_char; 6],
pub gratio: [c_char; 8],
}Fields§
§code: [c_char; 6]§theorytime: [c_char; 8]§theoryprice: [c_char; 7]§impv: [c_char; 10]§delta: [c_char; 9]§gmma: [c_char; 9]§vega: [c_char; 9]§theta: [c_char; 9]§rho: [c_char; 9]§grate: [c_char; 6]§gratio: [c_char; 8]Trait Implementations§
Source§impl Clone for tageVOutBlock
impl Clone for tageVOutBlock
Source§fn clone(&self) -> tageVOutBlock
fn clone(&self) -> tageVOutBlock
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 tageVOutBlock
impl Debug for tageVOutBlock
impl Copy for tageVOutBlock
Auto Trait Implementations§
impl Freeze for tageVOutBlock
impl RefUnwindSafe for tageVOutBlock
impl Send for tageVOutBlock
impl Sync for tageVOutBlock
impl Unpin for tageVOutBlock
impl UnwindSafe for tageVOutBlock
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