#[repr(C, packed(4))]pub struct bActionConstraint {}Fields§
§tar: Pointer<Object>§type_: i16§local: i16§start: i32§end: i32§min: f32§max: f32§flag: i32§mix_mode: i8§_pad: [i8; 3]§eval_time: f32§act: Pointer<bAction>§subtarget: [i8; 64]Trait Implementations§
Source§impl GeneratedBlendStruct for bActionConstraint
impl GeneratedBlendStruct for bActionConstraint
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bActionConstraint"
const STRUCT_INDEX: usize = 385usize
const STRUCT_TYPE_INDEX: usize = 516usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bActionConstraint> for bActionConstraint
Auto Trait Implementations§
impl Freeze for bActionConstraint
impl RefUnwindSafe for bActionConstraint
impl Send for bActionConstraint
impl Sync for bActionConstraint
impl Unpin for bActionConstraint
impl UnwindSafe for bActionConstraint
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