Struct gstreamer_editing_services_sys::GESLayer [−][src]
#[repr(C)]pub struct GESLayer { pub parent: GInitiallyUnowned, pub timeline: *mut GESTimeline, pub min_nle_priority: u32, pub max_nle_priority: u32, pub priv_: *mut GESLayerPrivate, pub _ges_reserved: [gpointer; 4], }
Fields
parent: GInitiallyUnownedtimeline: *mut GESTimelinemin_nle_priority: u32max_nle_priority: u32priv_: *mut GESLayerPrivate_ges_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GESLayerimpl UnwindSafe for GESLayerBlanket Implementations
Mutably borrows from an owned value. Read more