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