#[repr(C, packed(4))]pub struct bFollowPathConstraint {
pub tar: Pointer<Object>,
pub offset: f32,
pub offset_fac: f32,
pub followflag: i32,
pub trackflag: i16,
pub upflag: i16,
}Fields§
§tar: Pointer<Object>§offset: f32§offset_fac: f32§followflag: i32§trackflag: i16§upflag: i16Trait Implementations§
Source§impl GeneratedBlendStruct for bFollowPathConstraint
impl GeneratedBlendStruct for bFollowPathConstraint
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bFollowPathConstraint"
const STRUCT_INDEX: usize = 388usize
const STRUCT_TYPE_INDEX: usize = 519usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bFollowPathConstraint> for bFollowPathConstraint
Auto Trait Implementations§
impl Freeze for bFollowPathConstraint
impl RefUnwindSafe for bFollowPathConstraint
impl Send for bFollowPathConstraint
impl Sync for bFollowPathConstraint
impl Unpin for bFollowPathConstraint
impl UnwindSafe for bFollowPathConstraint
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