#[repr(C)]pub struct FighterBone {
pub joint: *mut JOBJ,
pub joint2: *mut JOBJ,
pub flags: c_int,
pub flags2: c_int,
}Fields§
§joint: *mut JOBJ§joint2: *mut JOBJ§flags: c_int§flags2: c_intTrait Implementations§
Source§impl Clone for FighterBone
impl Clone for FighterBone
Source§fn clone(&self) -> FighterBone
fn clone(&self) -> FighterBone
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 FighterBone
impl Debug for FighterBone
impl Copy for FighterBone
Auto Trait Implementations§
impl Freeze for FighterBone
impl RefUnwindSafe for FighterBone
impl !Send for FighterBone
impl !Sync for FighterBone
impl Unpin for FighterBone
impl UnwindSafe for FighterBone
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