Struct h264_reader::nal::sps::VideoSignalType
source · pub struct VideoSignalType {
pub video_format: VideoFormat,
pub video_full_range_flag: bool,
pub colour_description: Option<ColourDescription>,
}
Fields§
§video_format: VideoFormat
§video_full_range_flag: bool
§colour_description: Option<ColourDescription>
Trait Implementations§
source§impl Clone for VideoSignalType
impl Clone for VideoSignalType
source§fn clone(&self) -> VideoSignalType
fn clone(&self) -> VideoSignalType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for VideoSignalType
impl Debug for VideoSignalType
source§impl Default for VideoSignalType
impl Default for VideoSignalType
source§fn default() -> VideoSignalType
fn default() -> VideoSignalType
Returns the “default value” for a type. Read more
source§impl PartialEq for VideoSignalType
impl PartialEq for VideoSignalType
source§fn eq(&self, other: &VideoSignalType) -> bool
fn eq(&self, other: &VideoSignalType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for VideoSignalType
impl StructuralPartialEq for VideoSignalType
Auto Trait Implementations§
impl Freeze for VideoSignalType
impl RefUnwindSafe for VideoSignalType
impl Send for VideoSignalType
impl Sync for VideoSignalType
impl Unpin for VideoSignalType
impl UnwindSafe for VideoSignalType
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