[][src]Struct oppai_sys::object

#[repr(C)]
pub struct object {
    pub time: f32,
    pub type_: c_int,
    pub nsound_types: c_int,
    pub sound_types: *mut c_int,
    pub normpos: [f32; 2],
    pub angle: f32,
    pub strains: [f32; 2],
    pub is_single: c_int,
    pub delta_time: f32,
    pub d_distance: f32,
    pub timing_point: c_int,
    pub pos: [f32; 2],
    pub distance: f32,
    pub repetitions: c_int,
    pub duration: f32,
    pub tick_spacing: f32,
    pub slider_is_drum_roll: c_int,
}

Fields

time: f32type_: c_intnsound_types: c_intsound_types: *mut c_intnormpos: [f32; 2]angle: f32strains: [f32; 2]is_single: c_intdelta_time: f32d_distance: f32timing_point: c_intpos: [f32; 2]distance: f32repetitions: c_intduration: f32tick_spacing: f32slider_is_drum_roll: c_int

Trait Implementations

impl Clone for object[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Copy for object[src]

impl Debug for object[src]

Auto Trait Implementations

impl !Send for object

impl Unpin for object

impl !Sync for object

impl UnwindSafe for object

impl RefUnwindSafe for object

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]