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