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