#[repr(C, packed(4))]pub struct bPoseChannel_Runtime {
pub session_uuid: SessionUUID,
pub deform_dual_quat: DualQuat,
pub bbone_segments: i32,
pub bbone_rest_mats: Pointer<Nothing>,
pub bbone_pose_mats: Pointer<Nothing>,
pub bbone_deform_mats: Pointer<Nothing>,
pub bbone_dual_quats: Pointer<DualQuat>,
}Fields§
§session_uuid: SessionUUID§deform_dual_quat: DualQuat§bbone_segments: i32§bbone_rest_mats: Pointer<Nothing>§bbone_pose_mats: Pointer<Nothing>§bbone_deform_mats: Pointer<Nothing>§bbone_dual_quats: Pointer<DualQuat>Trait Implementations§
Source§impl GeneratedBlendStruct for bPoseChannel_Runtime
impl GeneratedBlendStruct for bPoseChannel_Runtime
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bPoseChannel_Runtime"
const STRUCT_INDEX: usize = 360usize
const STRUCT_TYPE_INDEX: usize = 492usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bPoseChannel_Runtime> for bPoseChannel_Runtime
Auto Trait Implementations§
impl Freeze for bPoseChannel_Runtime
impl RefUnwindSafe for bPoseChannel_Runtime
impl Send for bPoseChannel_Runtime
impl Sync for bPoseChannel_Runtime
impl Unpin for bPoseChannel_Runtime
impl UnwindSafe for bPoseChannel_Runtime
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