pub struct Ycbcr420VideoBlock {}Available on crate feature
v0_3 only.Trait Implementations§
Source§impl Clone for Ycbcr420VideoBlock
impl Clone for Ycbcr420VideoBlock
Source§fn clone(&self) -> Ycbcr420VideoBlock
fn clone(&self) -> Ycbcr420VideoBlock
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 Ycbcr420VideoBlock
impl Debug for Ycbcr420VideoBlock
Source§impl From<di_cta_ycbcr420_video_block> for Ycbcr420VideoBlock
impl From<di_cta_ycbcr420_video_block> for Ycbcr420VideoBlock
Source§fn from(value: di_cta_ycbcr420_video_block) -> Ycbcr420VideoBlock
fn from(value: di_cta_ycbcr420_video_block) -> Ycbcr420VideoBlock
Converts to this type from the input type.
impl Copy for Ycbcr420VideoBlock
Auto Trait Implementations§
impl Freeze for Ycbcr420VideoBlock
impl RefUnwindSafe for Ycbcr420VideoBlock
impl Send for Ycbcr420VideoBlock
impl Sync for Ycbcr420VideoBlock
impl Unpin for Ycbcr420VideoBlock
impl UnwindSafe for Ycbcr420VideoBlock
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