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