Skip to main content

map_gobjData__bindgen_ty_1

Struct map_gobjData__bindgen_ty_1 

Source
#[repr(C)]
pub struct map_gobjData__bindgen_ty_1 {
Show 73 fields pub mapVar0: c_int, pub mapVar1: c_int, pub mapVar2: c_int, pub mapVar3: c_int, pub mapVar4: c_int, pub mapVar5: c_int, pub mapVar6: c_int, pub mapVar7: c_int, pub x100: c_int, pub x104: c_int, pub x108: c_int, pub x10c: c_int, pub x110: c_int, pub x114: c_int, pub x118: c_int, pub x11c: c_int, pub x120: c_int, pub x124: c_int, pub x128: c_int, pub x12c: c_int, pub x130: c_int, pub x134: c_int, pub x138: c_int, pub x13c: c_int, pub x140: c_int, pub x144: c_int, pub x148: c_int, pub x14c: c_int, pub x150: c_int, pub x154: c_int, pub x158: c_int, pub x15c: c_int, pub x160: c_int, pub x164: c_int, pub x168: c_int, pub x16c: c_int, pub x170: c_int, pub x174: c_int, pub x178: c_int, pub x17c: c_int, pub x180: c_int, pub x184: c_int, pub x188: c_int, pub x18c: c_int, pub x190: c_int, pub x194: c_int, pub x198: c_int, pub x19c: c_int, pub x1a0: c_int, pub x1a4: c_int, pub x1a8: c_int, pub x1ac: c_int, pub x1b0: c_int, pub x1b4: c_int, pub x1b8: c_int, pub x1bc: c_int, pub x1c0: c_int, pub x1c4: c_int, pub x1c8: c_int, pub x1cc: c_int, pub x1d0: c_int, pub x1d4: c_int, pub x1d8: c_int, pub x1dc: c_int, pub x1e0: c_int, pub x1e4: c_int, pub x1e8: c_int, pub x1ec: c_int, pub x1f0: c_int, pub x1f4: c_int, pub x1f8: c_int, pub x1fc: c_int, pub x200: c_int,
}

Fields§

§mapVar0: c_int§mapVar1: c_int§mapVar2: c_int§mapVar3: c_int§mapVar4: c_int§mapVar5: c_int§mapVar6: c_int§mapVar7: c_int§x100: c_int§x104: c_int§x108: c_int§x10c: c_int§x110: c_int§x114: c_int§x118: c_int§x11c: c_int§x120: c_int§x124: c_int§x128: c_int§x12c: c_int§x130: c_int§x134: c_int§x138: c_int§x13c: c_int§x140: c_int§x144: c_int§x148: c_int§x14c: c_int§x150: c_int§x154: c_int§x158: c_int§x15c: c_int§x160: c_int§x164: c_int§x168: c_int§x16c: c_int§x170: c_int§x174: c_int§x178: c_int§x17c: c_int§x180: c_int§x184: c_int§x188: c_int§x18c: c_int§x190: c_int§x194: c_int§x198: c_int§x19c: c_int§x1a0: c_int§x1a4: c_int§x1a8: c_int§x1ac: c_int§x1b0: c_int§x1b4: c_int§x1b8: c_int§x1bc: c_int§x1c0: c_int§x1c4: c_int§x1c8: c_int§x1cc: c_int§x1d0: c_int§x1d4: c_int§x1d8: c_int§x1dc: c_int§x1e0: c_int§x1e4: c_int§x1e8: c_int§x1ec: c_int§x1f0: c_int§x1f4: c_int§x1f8: c_int§x1fc: c_int§x200: c_int

Trait Implementations§

Source§

impl Clone for map_gobjData__bindgen_ty_1

Source§

fn clone(&self) -> map_gobjData__bindgen_ty_1

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 Debug for map_gobjData__bindgen_ty_1

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for map_gobjData__bindgen_ty_1

Auto Trait Implementations§

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, 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.