#[repr(u8)]pub enum HdrV2Command {
LOCAL = 0,
PROXY = 1,
UNKNOWN = 2,
}Expand description
An OP codes definotions.
Variants§
Trait Implementations§
Source§impl Clone for HdrV2Command
impl Clone for HdrV2Command
Source§fn clone(&self) -> HdrV2Command
fn clone(&self) -> HdrV2Command
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 HdrV2Command
impl Debug for HdrV2Command
Source§impl From<HdrV2Command> for u8
impl From<HdrV2Command> for u8
Source§fn from(value: HdrV2Command) -> Self
fn from(value: HdrV2Command) -> Self
Converts to this type from the input type.
Source§impl PartialEq for HdrV2Command
impl PartialEq for HdrV2Command
impl Copy for HdrV2Command
impl Eq for HdrV2Command
impl StructuralPartialEq for HdrV2Command
Auto Trait Implementations§
impl Freeze for HdrV2Command
impl RefUnwindSafe for HdrV2Command
impl Send for HdrV2Command
impl Sync for HdrV2Command
impl Unpin for HdrV2Command
impl UnwindSafe for HdrV2Command
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