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: GInitiallyUnowned
timeline: *mut GESTimeline
min_nle_priority: u32
max_nle_priority: u32
priv_: *mut GESLayerPrivate
_ges_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GESLayer
impl UnwindSafe for GESLayer
Blanket Implementations
Mutably borrows from an owned value. Read more