#[repr(C, packed(4))]pub struct bAction {
pub id: ID,
pub curves: ListBase,
pub chanbase: ListBase,
pub groups: ListBase,
pub markers: ListBase,
pub flag: i32,
pub active_marker: i32,
pub idroot: i32,
pub _pad: [i8; 4],
pub frame_start: f32,
pub frame_end: f32,
pub preview: Pointer<PreviewImage>,
}Fields§
§id: ID§curves: ListBase§chanbase: ListBase§groups: ListBase§markers: ListBase§flag: i32§active_marker: i32§idroot: i32§_pad: [i8; 4]§frame_start: f32§frame_end: f32§preview: Pointer<PreviewImage>Trait Implementations§
Source§impl GeneratedBlendStruct for bAction
impl GeneratedBlendStruct for bAction
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bAction"
const STRUCT_INDEX: usize = 366usize
const STRUCT_TYPE_INDEX: usize = 247usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bAction> for bAction
Auto Trait Implementations§
impl Freeze for bAction
impl RefUnwindSafe for bAction
impl Send for bAction
impl Sync for bAction
impl Unpin for bAction
impl UnwindSafe for bAction
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