Struct gstreamer_video_sys::GstVideoContentLightLevel [−][src]
#[repr(C)]pub struct GstVideoContentLightLevel { pub max_content_light_level: u16, pub max_frame_average_light_level: u16, pub _gst_reserved: [gpointer; 4], }
Fields
max_content_light_level: u16max_frame_average_light_level: u16_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoContentLightLevelimpl !Send for GstVideoContentLightLevelimpl !Sync for GstVideoContentLightLevelimpl Unpin for GstVideoContentLightLevelimpl UnwindSafe for GstVideoContentLightLevelBlanket Implementations
Mutably borrows from an owned value. Read more