#[repr(C)]pub struct taiko_object {
pub hit: c_int,
pub strain: f32,
pub time: f32,
pub time_elapsed: f32,
pub rim: c_int,
pub same_since: c_int,
pub last_switch_even: c_int,
}Fields§
§hit: c_int§strain: f32§time: f32§time_elapsed: f32§rim: c_int§same_since: c_int§last_switch_even: c_intTrait Implementations§
Source§impl Clone for taiko_object
impl Clone for taiko_object
Source§fn clone(&self) -> taiko_object
fn clone(&self) -> taiko_object
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 taiko_object
impl Debug for taiko_object
impl Copy for taiko_object
Auto Trait Implementations§
impl Freeze for taiko_object
impl RefUnwindSafe for taiko_object
impl Send for taiko_object
impl Sync for taiko_object
impl Unpin for taiko_object
impl UnwindSafe for taiko_object
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