#[repr(C)]pub struct SpawnItem {}Fields§
§parent_gobj: *mut GOBJ§parent_gobj2: *mut GOBJ§it_kind: c_int§hold_kind: c_int§unk2: c_int§pos: Vec3§pos2: Vec3§vel: Vec3§facing_direction: f32§damage: c_short§unk5: c_short§unk6: c_int§unk7: c_char§is_spin: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for SpawnItem
impl RefUnwindSafe for SpawnItem
impl !Send for SpawnItem
impl !Sync for SpawnItem
impl Unpin for SpawnItem
impl UnwindSafe for SpawnItem
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