#[repr(C, packed(4))]pub struct bStretchToConstraint {
pub tar: Pointer<Object>,
pub flag: i32,
pub volmode: i32,
pub plane: i32,
pub orglength: f32,
pub bulge: f32,
pub bulge_min: f32,
pub bulge_max: f32,
pub bulge_smooth: f32,
pub subtarget: [i8; 64],
}Fields§
§tar: Pointer<Object>§flag: i32§volmode: i32§plane: i32§orglength: f32§bulge: f32§bulge_min: f32§bulge_max: f32§bulge_smooth: f32§subtarget: [i8; 64]Trait Implementations§
Source§impl GeneratedBlendStruct for bStretchToConstraint
impl GeneratedBlendStruct for bStretchToConstraint
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bStretchToConstraint"
const STRUCT_INDEX: usize = 389usize
const STRUCT_TYPE_INDEX: usize = 520usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bStretchToConstraint> for bStretchToConstraint
Auto Trait Implementations§
impl Freeze for bStretchToConstraint
impl RefUnwindSafe for bStretchToConstraint
impl Send for bStretchToConstraint
impl Sync for bStretchToConstraint
impl Unpin for bStretchToConstraint
impl UnwindSafe for bStretchToConstraint
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