pub struct Vp9LoopFilter { /* private fields */ }Trait Implementations§
Source§impl Clone for Vp9LoopFilter
impl Clone for Vp9LoopFilter
Source§fn clone(&self) -> Vp9LoopFilter
fn clone(&self) -> Vp9LoopFilter
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 Vp9LoopFilter
impl Debug for Vp9LoopFilter
impl Copy for Vp9LoopFilter
Auto Trait Implementations§
impl Freeze for Vp9LoopFilter
impl RefUnwindSafe for Vp9LoopFilter
impl Send for Vp9LoopFilter
impl Sync for Vp9LoopFilter
impl Unpin for Vp9LoopFilter
impl UnwindSafe for Vp9LoopFilter
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