Struct ipp_headers_sys::ResizeYUV420Spec
source · #[repr(C)]pub struct ResizeYUV420Spec { /* private fields */ }
Trait Implementations§
source§impl Clone for ResizeYUV420Spec
impl Clone for ResizeYUV420Spec
source§fn clone(&self) -> ResizeYUV420Spec
fn clone(&self) -> ResizeYUV420Spec
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 ResizeYUV420Spec
impl Debug for ResizeYUV420Spec
impl Copy for ResizeYUV420Spec
Auto Trait Implementations§
impl Freeze for ResizeYUV420Spec
impl RefUnwindSafe for ResizeYUV420Spec
impl Send for ResizeYUV420Spec
impl Sync for ResizeYUV420Spec
impl Unpin for ResizeYUV420Spec
impl UnwindSafe for ResizeYUV420Spec
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