#[repr(C)]pub struct tago3OutBlock {
pub opitem: [c_char; 8],
pub optheorytime: [c_char; 8],
pub optheoryprice: [c_char; 5],
pub opimpv: [c_char; 5],
pub opdelta: [c_char; 8],
pub opgmma: [c_char; 8],
pub opvega: [c_char; 8],
pub optheta: [c_char; 8],
pub oprho: [c_char; 8],
pub opgrate: [c_char; 5],
pub opgratio: [c_char; 5],
}Fields§
§opitem: [c_char; 8]§optheorytime: [c_char; 8]§optheoryprice: [c_char; 5]§opimpv: [c_char; 5]§opdelta: [c_char; 8]§opgmma: [c_char; 8]§opvega: [c_char; 8]§optheta: [c_char; 8]§oprho: [c_char; 8]§opgrate: [c_char; 5]§opgratio: [c_char; 5]Trait Implementations§
Source§impl Clone for tago3OutBlock
impl Clone for tago3OutBlock
Source§fn clone(&self) -> tago3OutBlock
fn clone(&self) -> tago3OutBlock
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 tago3OutBlock
impl Debug for tago3OutBlock
impl Copy for tago3OutBlock
Auto Trait Implementations§
impl Freeze for tago3OutBlock
impl RefUnwindSafe for tago3OutBlock
impl Send for tago3OutBlock
impl Sync for tago3OutBlock
impl Unpin for tago3OutBlock
impl UnwindSafe for tago3OutBlock
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