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