pub struct Ycbcr420CapMapBlockRef(/* private fields */);Expand description
Reference for Ycbcr420CapMapBlock
Implementations§
Source§impl Ycbcr420CapMapBlockRef
impl Ycbcr420CapMapBlockRef
Sourcepub fn inner(&self) -> Ycbcr420CapMapBlock
pub fn inner(&self) -> Ycbcr420CapMapBlock
Access the inner Ycbcr420CapMapBlock
Source§impl Ycbcr420CapMapBlockRef
impl Ycbcr420CapMapBlockRef
Sourcepub fn di_cta_ycbcr420_cap_map_supported(&self, svd_index: usize) -> bool
Available on crate feature v0_3 only.
pub fn di_cta_ycbcr420_cap_map_supported(&self, svd_index: usize) -> bool
v0_3 only.Returns true if the SVD in regular Video Data Blocks at index svd_index
supports YCbCr 4:2:0 subsampling.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ycbcr420CapMapBlockRef
impl RefUnwindSafe for Ycbcr420CapMapBlockRef
impl !Send for Ycbcr420CapMapBlockRef
impl !Sync for Ycbcr420CapMapBlockRef
impl Unpin for Ycbcr420CapMapBlockRef
impl UnwindSafe for Ycbcr420CapMapBlockRef
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