#[repr(C)]pub struct FighterData_reflect_update {
pub bone: *mut JOBJ,
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
pub pos: Vec3,
pub offset: Vec3,
pub size_mult: f32,
}Fields§
§bone: *mut JOBJ§_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>§pos: Vec3§offset: Vec3§size_mult: f32Implementations§
Source§impl FighterData_reflect_update
impl FighterData_reflect_update
pub fn is_checked(&self) -> c_uchar
pub fn set_is_checked(&mut self, val: c_uchar)
pub fn new_bitfield_1(is_checked: c_uchar) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations§
Source§impl Clone for FighterData_reflect_update
impl Clone for FighterData_reflect_update
Source§fn clone(&self) -> FighterData_reflect_update
fn clone(&self) -> FighterData_reflect_update
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 FighterData_reflect_update
impl Debug for FighterData_reflect_update
impl Copy for FighterData_reflect_update
Auto Trait Implementations§
impl Freeze for FighterData_reflect_update
impl RefUnwindSafe for FighterData_reflect_update
impl !Send for FighterData_reflect_update
impl !Sync for FighterData_reflect_update
impl Unpin for FighterData_reflect_update
impl UnwindSafe for FighterData_reflect_update
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