#[repr(C, packed(4))]pub struct MovieTrackingDopesheetChannel {
pub next: Pointer<MovieTrackingDopesheetChannel>,
pub prev: Pointer<MovieTrackingDopesheetChannel>,
pub track: Pointer<MovieTrackingTrack>,
pub _pad: [i8; 4],
pub name: [i8; 64],
pub tot_segment: i32,
pub segments: Pointer<i32>,
pub max_segment: i32,
pub total_frames: i32,
pub first_not_disabled_marker_framenr: i32,
pub last_not_disabled_marker_framenr: i32,
}
Fields§
§next: Pointer<MovieTrackingDopesheetChannel>
§prev: Pointer<MovieTrackingDopesheetChannel>
§track: Pointer<MovieTrackingTrack>
§_pad: [i8; 4]
§name: [i8; 64]
§tot_segment: i32
§segments: Pointer<i32>
§max_segment: i32
§total_frames: i32
§first_not_disabled_marker_framenr: i32
§last_not_disabled_marker_framenr: i32
Trait Implementations§
Source§impl GeneratedBlendStruct for MovieTrackingDopesheetChannel
impl GeneratedBlendStruct for MovieTrackingDopesheetChannel
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "MovieTrackingDopesheetChannel"
const STRUCT_INDEX: usize = 690usize
const STRUCT_TYPE_INDEX: usize = 832usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<MovieTrackingDopesheetChannel> for MovieTrackingDopesheetChannel
Auto Trait Implementations§
impl Freeze for MovieTrackingDopesheetChannel
impl RefUnwindSafe for MovieTrackingDopesheetChannel
impl Send for MovieTrackingDopesheetChannel
impl Sync for MovieTrackingDopesheetChannel
impl Unpin for MovieTrackingDopesheetChannel
impl UnwindSafe for MovieTrackingDopesheetChannel
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