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