#[repr(C)]pub enum EdgeAwareFiltersList {
DTF_NC = 0,
DTF_IC = 1,
DTF_RF = 2,
GUIDED_FILTER = 3,
AM_FILTER = 4,
}
Variants§
Trait Implementations§
source§impl Clone for EdgeAwareFiltersList
impl Clone for EdgeAwareFiltersList
source§fn clone(&self) -> EdgeAwareFiltersList
fn clone(&self) -> EdgeAwareFiltersList
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 EdgeAwareFiltersList
impl Debug for EdgeAwareFiltersList
source§impl From<EdgeAwareFiltersList> for i32
impl From<EdgeAwareFiltersList> for i32
source§fn from(v: EdgeAwareFiltersList) -> Self
fn from(v: EdgeAwareFiltersList) -> Self
Converts to this type from the input type.
source§impl PartialEq for EdgeAwareFiltersList
impl PartialEq for EdgeAwareFiltersList
source§impl TryFrom<i32> for EdgeAwareFiltersList
impl TryFrom<i32> for EdgeAwareFiltersList
impl Copy for EdgeAwareFiltersList
impl Eq for EdgeAwareFiltersList
impl StructuralPartialEq for EdgeAwareFiltersList
Auto Trait Implementations§
impl Freeze for EdgeAwareFiltersList
impl RefUnwindSafe for EdgeAwareFiltersList
impl Send for EdgeAwareFiltersList
impl Sync for EdgeAwareFiltersList
impl Unpin for EdgeAwareFiltersList
impl UnwindSafe for EdgeAwareFiltersList
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)