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