#[repr(C)]pub struct FtDynamicHit {
pub x0: c_int,
pub x4: Vec3,
pub bone: *mut JOBJ,
pub x14: c_int,
pub pos: Vec3,
pub bone_index: c_int,
}Fields§
§x0: c_int§x4: Vec3§bone: *mut JOBJ§x14: c_int§pos: Vec3§bone_index: c_intTrait Implementations§
Source§impl Clone for FtDynamicHit
impl Clone for FtDynamicHit
Source§fn clone(&self) -> FtDynamicHit
fn clone(&self) -> FtDynamicHit
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FtDynamicHit
impl Debug for FtDynamicHit
impl Copy for FtDynamicHit
Auto Trait Implementations§
impl Freeze for FtDynamicHit
impl RefUnwindSafe for FtDynamicHit
impl !Send for FtDynamicHit
impl !Sync for FtDynamicHit
impl Unpin for FtDynamicHit
impl UnwindSafe for FtDynamicHit
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