#[repr(C, packed(4))]pub struct bPivotConstraint {
pub tar: Pointer<Object>,
pub subtarget: [i8; 64],
pub offset: [f32; 3],
pub rotAxis: i16,
pub flag: i16,
}Fields§
§tar: Pointer<Object>§subtarget: [i8; 64]§offset: [f32; 3]§rotAxis: i16§flag: i16Trait Implementations§
Source§impl GeneratedBlendStruct for bPivotConstraint
impl GeneratedBlendStruct for bPivotConstraint
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bPivotConstraint"
const STRUCT_INDEX: usize = 394usize
const STRUCT_TYPE_INDEX: usize = 525usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bPivotConstraint> for bPivotConstraint
Auto Trait Implementations§
impl Freeze for bPivotConstraint
impl RefUnwindSafe for bPivotConstraint
impl Send for bPivotConstraint
impl Sync for bPivotConstraint
impl Unpin for bPivotConstraint
impl UnwindSafe for bPivotConstraint
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