#[repr(u8)]pub enum YcbcrMode {
YCBCR_MODE_0 = 0,
YCBCR_MODE_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for YcbcrMode
impl Ord for YcbcrMode
Source§impl PartialOrd for YcbcrMode
impl PartialOrd for YcbcrMode
impl Copy for YcbcrMode
impl Eq for YcbcrMode
impl StructuralPartialEq for YcbcrMode
Auto Trait Implementations§
impl Freeze for YcbcrMode
impl RefUnwindSafe for YcbcrMode
impl Send for YcbcrMode
impl Sync for YcbcrMode
impl Unpin for YcbcrMode
impl UnwindSafe for YcbcrMode
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