#[repr(C, packed(4))]pub struct bActionChannel {
pub next: Pointer<bActionChannel>,
pub prev: Pointer<bActionChannel>,
pub grp: Pointer<bActionGroup>,
pub ipo: Pointer<Ipo>,
pub constraintChannels: ListBase,
pub flag: i32,
pub name: [i8; 64],
pub temp: i32,
}
Fields§
§next: Pointer<bActionChannel>
§prev: Pointer<bActionChannel>
§grp: Pointer<bActionGroup>
§ipo: Pointer<Ipo>
§constraintChannels: ListBase
§flag: i32
§name: [i8; 64]
§temp: i32
Trait Implementations§
Source§impl DoubleLinked<Pointer<bActionChannel>> for bActionChannel
impl DoubleLinked<Pointer<bActionChannel>> for bActionChannel
Source§impl GeneratedBlendStruct for bActionChannel
impl GeneratedBlendStruct for bActionChannel
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bActionChannel"
const STRUCT_INDEX: usize = 370usize
const STRUCT_TYPE_INDEX: usize = 501usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bActionChannel> for bActionChannel
Auto Trait Implementations§
impl Freeze for bActionChannel
impl RefUnwindSafe for bActionChannel
impl Send for bActionChannel
impl Sync for bActionChannel
impl Unpin for bActionChannel
impl UnwindSafe for bActionChannel
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