#[repr(C, packed(4))]pub struct bPose {Show 14 fields
pub chanbase: ListBase,
pub chanhash: Pointer<Nothing>,
pub chan_array: Pointer<Pointer<bPoseChannel>>,
pub flag: i16,
pub _pad: [i8; 2],
pub ctime: f32,
pub stride_offset: [f32; 3],
pub cyclic_offset: [f32; 3],
pub agroups: ListBase,
pub active_group: i32,
pub iksolver: i32,
pub ikdata: Pointer<Void>,
pub ikparam: Pointer<Void>,
pub avs: bAnimVizSettings,
}Fields§
§chanbase: ListBase§chanhash: Pointer<Nothing>§chan_array: Pointer<Pointer<bPoseChannel>>§flag: i16§_pad: [i8; 2]§ctime: f32§stride_offset: [f32; 3]§cyclic_offset: [f32; 3]§agroups: ListBase§active_group: i32§iksolver: i32§ikdata: Pointer<Void>§ikparam: Pointer<Void>§avs: bAnimVizSettingsTrait Implementations§
Source§impl GeneratedBlendStruct for bPose
impl GeneratedBlendStruct for bPose
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bPose"
const STRUCT_INDEX: usize = 362usize
const STRUCT_TYPE_INDEX: usize = 248usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bPose> for bPose
Auto Trait Implementations§
impl Freeze for bPose
impl RefUnwindSafe for bPose
impl Send for bPose
impl Sync for bPose
impl Unpin for bPose
impl UnwindSafe for bPose
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