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