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