#[repr(C)]pub struct tagf3OutBlock {
pub fuitem: [c_char; 8],
pub futheoryprice: [c_char; 5],
pub futheorytime: [c_char; 8],
pub fugrate: [c_char; 5],
pub fugratio: [c_char; 5],
}Fields§
§fuitem: [c_char; 8]§futheoryprice: [c_char; 5]§futheorytime: [c_char; 8]§fugrate: [c_char; 5]§fugratio: [c_char; 5]Trait Implementations§
Source§impl Clone for tagf3OutBlock
impl Clone for tagf3OutBlock
Source§fn clone(&self) -> tagf3OutBlock
fn clone(&self) -> tagf3OutBlock
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 tagf3OutBlock
impl Debug for tagf3OutBlock
impl Copy for tagf3OutBlock
Auto Trait Implementations§
impl Freeze for tagf3OutBlock
impl RefUnwindSafe for tagf3OutBlock
impl Send for tagf3OutBlock
impl Sync for tagf3OutBlock
impl Unpin for tagf3OutBlock
impl UnwindSafe for tagf3OutBlock
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