#[repr(C)]pub struct StdVideoVP9ColorConfig {
pub flags: StdVideoVP9ColorConfigFlags,
pub BitDepth: u8,
pub subsampling_x: u8,
pub subsampling_y: u8,
pub reserved1: u8,
pub color_space: StdVideoVP9ColorSpace,
}Fields§
§flags: StdVideoVP9ColorConfigFlags§BitDepth: u8§subsampling_x: u8§subsampling_y: u8§reserved1: u8§color_space: StdVideoVP9ColorSpaceTrait Implementations§
Source§impl Clone for StdVideoVP9ColorConfig
impl Clone for StdVideoVP9ColorConfig
Source§fn clone(&self) -> StdVideoVP9ColorConfig
fn clone(&self) -> StdVideoVP9ColorConfig
Returns a duplicate 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 StdVideoVP9ColorConfig
impl Debug for StdVideoVP9ColorConfig
impl Copy for StdVideoVP9ColorConfig
Auto Trait Implementations§
impl Freeze for StdVideoVP9ColorConfig
impl RefUnwindSafe for StdVideoVP9ColorConfig
impl Send for StdVideoVP9ColorConfig
impl Sync for StdVideoVP9ColorConfig
impl Unpin for StdVideoVP9ColorConfig
impl UnwindSafe for StdVideoVP9ColorConfig
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