#[non_exhaustive]#[repr(u32)]pub enum CtrlBase {
UserBase = 9_963_776,
CodecBase = 10_029_312,
CodecCx2341xBase = 10_031_104,
CodecMfc51Base = 10_031_360,
CodecStatelessBase = 10_750_208,
ColorimetryClassBase = 10_815_744,
}
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
UserBase = 9_963_776
CodecBase = 10_029_312
CodecCx2341xBase = 10_031_104
CodecMfc51Base = 10_031_360
CodecStatelessBase = 10_750_208
ColorimetryClassBase = 10_815_744
Trait Implementations§
impl Copy for CtrlBase
impl Eq for CtrlBase
impl StructuralPartialEq for CtrlBase
Auto Trait Implementations§
impl Freeze for CtrlBase
impl RefUnwindSafe for CtrlBase
impl Send for CtrlBase
impl Sync for CtrlBase
impl Unpin for CtrlBase
impl UnwindSafe for CtrlBase
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