#[repr(C, packed(4))]pub struct PhysicsSettings {
pub gravity: [f32; 3],
pub flag: i32,
pub quick_cache_step: i32,
pub _pad0: [i8; 4],
}Fields§
§gravity: [f32; 3]§flag: i32§quick_cache_step: i32§_pad0: [i8; 4]Trait Implementations§
Source§impl GeneratedBlendStruct for PhysicsSettings
impl GeneratedBlendStruct for PhysicsSettings
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "PhysicsSettings"
const STRUCT_INDEX: usize = 219usize
const STRUCT_TYPE_INDEX: usize = 306usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<PhysicsSettings> for PhysicsSettings
Auto Trait Implementations§
impl Freeze for PhysicsSettings
impl RefUnwindSafe for PhysicsSettings
impl Send for PhysicsSettings
impl Sync for PhysicsSettings
impl Unpin for PhysicsSettings
impl UnwindSafe for PhysicsSettings
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