#[repr(C)]pub struct Trial {
pub state: State,
pub price: c_int,
pub dis4: c_int,
pub prev_index: c_int,
pub prev_index2: c_int,
pub reps: [c_int; 4],
}Fields§
§state: State§price: c_int§dis4: c_int§prev_index: c_int§prev_index2: c_int§reps: [c_int; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for Trial
impl RefUnwindSafe for Trial
impl Send for Trial
impl Sync for Trial
impl Unpin for Trial
impl UnwindSafe for Trial
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