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