#[repr(C, packed(4))]pub struct bFollowTrackConstraint {
pub clip: Pointer<MovieClip>,
pub track: [i8; 64],
pub flag: i32,
pub frame_method: i32,
pub object: [i8; 64],
pub camera: Pointer<Object>,
pub depth_ob: Pointer<Object>,
}Fields§
§clip: Pointer<MovieClip>§track: [i8; 64]§flag: i32§frame_method: i32§object: [i8; 64]§camera: Pointer<Object>§depth_ob: Pointer<Object>Trait Implementations§
Source§impl GeneratedBlendStruct for bFollowTrackConstraint
impl GeneratedBlendStruct for bFollowTrackConstraint
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bFollowTrackConstraint"
const STRUCT_INDEX: usize = 400usize
const STRUCT_TYPE_INDEX: usize = 531usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bFollowTrackConstraint> for bFollowTrackConstraint
Auto Trait Implementations§
impl Freeze for bFollowTrackConstraint
impl RefUnwindSafe for bFollowTrackConstraint
impl Send for bFollowTrackConstraint
impl Sync for bFollowTrackConstraint
impl Unpin for bFollowTrackConstraint
impl UnwindSafe for bFollowTrackConstraint
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