#[repr(C, packed(4))]pub struct bRotLimitConstraint {
pub xmin: f32,
pub xmax: f32,
pub ymin: f32,
pub ymax: f32,
pub zmin: f32,
pub zmax: f32,
pub flag: i16,
pub flag2: i16,
pub euler_order: i8,
pub _pad: [i8; 3],
}Fields§
§xmin: f32§xmax: f32§ymin: f32§ymax: f32§zmin: f32§zmax: f32§flag: i16§flag2: i16§euler_order: i8§_pad: [i8; 3]Trait Implementations§
Source§impl GeneratedBlendStruct for bRotLimitConstraint
impl GeneratedBlendStruct for bRotLimitConstraint
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bRotLimitConstraint"
const STRUCT_INDEX: usize = 396usize
const STRUCT_TYPE_INDEX: usize = 527usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bRotLimitConstraint> for bRotLimitConstraint
Auto Trait Implementations§
impl Freeze for bRotLimitConstraint
impl RefUnwindSafe for bRotLimitConstraint
impl Send for bRotLimitConstraint
impl Sync for bRotLimitConstraint
impl Unpin for bRotLimitConstraint
impl UnwindSafe for bRotLimitConstraint
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