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