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