#[repr(u8)]pub enum InputProfile {
Unspecified = 0,
ChangedTilesLuma = 1,
DenseLumaFrame = 2,
}Variants§
Implementations§
Source§impl InputProfile
impl InputProfile
pub fn try_from_u8(value: u8) -> Result<Self, NnrpError>
Trait Implementations§
Source§impl Clone for InputProfile
impl Clone for InputProfile
Source§fn clone(&self) -> InputProfile
fn clone(&self) -> InputProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InputProfile
impl Debug for InputProfile
Source§impl PartialEq for InputProfile
impl PartialEq for InputProfile
Source§fn eq(&self, other: &InputProfile) -> bool
fn eq(&self, other: &InputProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for InputProfile
impl Eq for InputProfile
impl StructuralPartialEq for InputProfile
Auto Trait Implementations§
impl Freeze for InputProfile
impl RefUnwindSafe for InputProfile
impl Send for InputProfile
impl Sync for InputProfile
impl Unpin for InputProfile
impl UnsafeUnpin for InputProfile
impl UnwindSafe for InputProfile
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