#[repr(C, packed(4))]pub struct bShrinkwrapConstraint {
pub target: Pointer<Object>,
pub dist: f32,
pub shrinkType: i16,
pub projAxis: i8,
pub projAxisSpace: i8,
pub projLimit: f32,
pub shrinkMode: i8,
pub flag: i8,
pub trackAxis: i8,
pub _pad: i8,
}Fields§
§target: Pointer<Object>§dist: f32§shrinkType: i16§projAxis: i8§projAxisSpace: i8§projLimit: f32§shrinkMode: i8§flag: i8§trackAxis: i8§_pad: i8Trait Implementations§
Source§impl GeneratedBlendStruct for bShrinkwrapConstraint
impl GeneratedBlendStruct for bShrinkwrapConstraint
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bShrinkwrapConstraint"
const STRUCT_INDEX: usize = 399usize
const STRUCT_TYPE_INDEX: usize = 530usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bShrinkwrapConstraint> for bShrinkwrapConstraint
Auto Trait Implementations§
impl Freeze for bShrinkwrapConstraint
impl RefUnwindSafe for bShrinkwrapConstraint
impl Send for bShrinkwrapConstraint
impl Sync for bShrinkwrapConstraint
impl Unpin for bShrinkwrapConstraint
impl UnwindSafe for bShrinkwrapConstraint
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