[][src]Struct oppai_sys::ezpp

#[repr(C)]
pub struct ezpp {
    pub map: *mut c_char,
    pub data: *mut c_char,
    pub data_size: c_int,
    pub flags: c_int,
    pub format_version: c_int,
    pub mode: c_int,
    pub mode_override: c_int,
    pub original_mode: c_int,
    pub score_version: c_int,
    pub mods: c_int,
    pub combo: c_int,
    pub accuracy_percent: f32,
    pub n300: c_int,
    pub n100: c_int,
    pub n50: c_int,
    pub nmiss: c_int,
    pub end: c_int,
    pub end_time: f32,
    pub base_ar: f32,
    pub base_cs: f32,
    pub base_od: f32,
    pub base_hp: f32,
    pub max_combo: c_int,
    pub title: *mut c_char,
    pub title_unicode: *mut c_char,
    pub artist: *mut c_char,
    pub artist_unicode: *mut c_char,
    pub creator: *mut c_char,
    pub version: *mut c_char,
    pub ncircles: c_int,
    pub nsliders: c_int,
    pub nspinners: c_int,
    pub nobjects: c_int,
    pub ar: f32,
    pub od: f32,
    pub cs: f32,
    pub hp: f32,
    pub odms: f32,
    pub sv: f32,
    pub tick_rate: f32,
    pub speed_mul: f32,
    pub stars: f32,
    pub aim_stars: f32,
    pub aim_difficulty: f32,
    pub aim_length_bonus: f32,
    pub speed_stars: f32,
    pub speed_difficulty: f32,
    pub speed_length_bonus: f32,
    pub pp: f32,
    pub aim_pp: f32,
    pub speed_pp: f32,
    pub acc_pp: f32,
    pub section: [c_char; 64],
    pub buf: [c_char; 65535],
    pub p_flags: c_int,
    pub objects: ezpp__bindgen_ty_1,
    pub timing_points: ezpp__bindgen_ty_2,
    pub interval_end: f32,
    pub max_strain: f32,
    pub highest_strains: ezpp__bindgen_ty_3,
    pub block: *mut c_char,
    pub end_of_block: *mut c_char,
    pub blocks: ezpp__bindgen_ty_4,
}

Fields

map: *mut c_chardata: *mut c_chardata_size: c_intflags: c_intformat_version: c_intmode: c_intmode_override: c_intoriginal_mode: c_intscore_version: c_intmods: c_intcombo: c_intaccuracy_percent: f32n300: c_intn100: c_intn50: c_intnmiss: c_intend: c_intend_time: f32base_ar: f32base_cs: f32base_od: f32base_hp: f32max_combo: c_inttitle: *mut c_chartitle_unicode: *mut c_charartist: *mut c_charartist_unicode: *mut c_charcreator: *mut c_charversion: *mut c_charncircles: c_intnsliders: c_intnspinners: c_intnobjects: c_intar: f32od: f32cs: f32hp: f32odms: f32sv: f32tick_rate: f32speed_mul: f32stars: f32aim_stars: f32aim_difficulty: f32aim_length_bonus: f32speed_stars: f32speed_difficulty: f32speed_length_bonus: f32pp: f32aim_pp: f32speed_pp: f32acc_pp: f32section: [c_char; 64]buf: [c_char; 65535]p_flags: c_intobjects: ezpp__bindgen_ty_1timing_points: ezpp__bindgen_ty_2interval_end: f32max_strain: f32highest_strains: ezpp__bindgen_ty_3block: *mut c_charend_of_block: *mut c_charblocks: ezpp__bindgen_ty_4

Trait Implementations

impl Clone for ezpp[src]

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

Performs copy-assignment from source. Read more

impl Copy for ezpp[src]

Auto Trait Implementations

impl !Send for ezpp

impl Unpin for ezpp

impl !Sync for ezpp

impl UnwindSafe for ezpp

impl RefUnwindSafe for ezpp

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]