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