pub enum VideoDeblocking {
PacketValue,
Off,
Level1,
Level2,
Level3,
Level4,
}
Variants§
Trait Implementations§
Source§impl Clone for VideoDeblocking
impl Clone for VideoDeblocking
Source§fn clone(&self) -> VideoDeblocking
fn clone(&self) -> VideoDeblocking
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 VideoDeblocking
impl Debug for VideoDeblocking
Source§impl<'de> Deserialize<'de> for VideoDeblocking
impl<'de> Deserialize<'de> for VideoDeblocking
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for VideoDeblocking
impl Hash for VideoDeblocking
Source§impl Ord for VideoDeblocking
impl Ord for VideoDeblocking
Source§fn cmp(&self, other: &VideoDeblocking) -> Ordering
fn cmp(&self, other: &VideoDeblocking) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VideoDeblocking
impl PartialEq for VideoDeblocking
Source§impl PartialOrd for VideoDeblocking
impl PartialOrd for VideoDeblocking
Source§impl Serialize for VideoDeblocking
impl Serialize for VideoDeblocking
impl Copy for VideoDeblocking
impl Eq for VideoDeblocking
impl StructuralPartialEq for VideoDeblocking
Auto Trait Implementations§
impl Freeze for VideoDeblocking
impl RefUnwindSafe for VideoDeblocking
impl Send for VideoDeblocking
impl Sync for VideoDeblocking
impl Unpin for VideoDeblocking
impl UnwindSafe for VideoDeblocking
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