pub struct Ycbcr420CapMapBlock {}Available on crate feature
v0_3 only.Expand description
CTA YCbCr 4:2:0 Capability Map block, defined in section 7.5.11.
Trait Implementations§
Source§impl Clone for Ycbcr420CapMapBlock
impl Clone for Ycbcr420CapMapBlock
Source§fn clone(&self) -> Ycbcr420CapMapBlock
fn clone(&self) -> Ycbcr420CapMapBlock
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 Ycbcr420CapMapBlock
impl Debug for Ycbcr420CapMapBlock
Source§impl From<di_cta_ycbcr420_cap_map_block> for Ycbcr420CapMapBlock
impl From<di_cta_ycbcr420_cap_map_block> for Ycbcr420CapMapBlock
Source§fn from(value: di_cta_ycbcr420_cap_map_block) -> Ycbcr420CapMapBlock
fn from(value: di_cta_ycbcr420_cap_map_block) -> Ycbcr420CapMapBlock
Converts to this type from the input type.
impl Copy for Ycbcr420CapMapBlock
Auto Trait Implementations§
impl Freeze for Ycbcr420CapMapBlock
impl RefUnwindSafe for Ycbcr420CapMapBlock
impl Send for Ycbcr420CapMapBlock
impl Sync for Ycbcr420CapMapBlock
impl Unpin for Ycbcr420CapMapBlock
impl UnwindSafe for Ycbcr420CapMapBlock
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