Struct ezpp

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

Trait Implementations§

Source§

impl Clone for ezpp

Source§

fn clone(&self) -> ezpp

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for ezpp

Auto Trait Implementations§

§

impl Freeze for ezpp

§

impl RefUnwindSafe for ezpp

§

impl !Send for ezpp

§

impl !Sync for ezpp

§

impl Unpin for ezpp

§

impl UnwindSafe for ezpp

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.