#[repr(u32)]
pub enum or_cfa_pattern {
OR_CFA_PATTERN_NONE,
OR_CFA_PATTERN_NON_RGB22,
OR_CFA_PATTERN_RGGB,
OR_CFA_PATTERN_GBRG,
OR_CFA_PATTERN_BGGR,
OR_CFA_PATTERN_GRBG,
_OR_CFA_PATTERN_INVALID,
}Expand description
@brief CFA pattern types
Variants
OR_CFA_PATTERN_NONE
< Invalid value
OR_CFA_PATTERN_NON_RGB22
< Non RGB 2x2 CFA
OR_CFA_PATTERN_RGGB
OR_CFA_PATTERN_GBRG
OR_CFA_PATTERN_BGGR
OR_CFA_PATTERN_GRBG
_OR_CFA_PATTERN_INVALID
Trait Implementations
sourceimpl Clone for or_cfa_pattern
impl Clone for or_cfa_pattern
sourcefn clone(&self) -> or_cfa_pattern
fn clone(&self) -> or_cfa_pattern
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for or_cfa_pattern
impl Debug for or_cfa_pattern
sourceimpl Hash for or_cfa_pattern
impl Hash for or_cfa_pattern
sourceimpl PartialEq<or_cfa_pattern> for or_cfa_pattern
impl PartialEq<or_cfa_pattern> for or_cfa_pattern
sourcefn eq(&self, other: &or_cfa_pattern) -> bool
fn eq(&self, other: &or_cfa_pattern) -> bool
impl Copy for or_cfa_pattern
impl Eq for or_cfa_pattern
impl StructuralEq for or_cfa_pattern
impl StructuralPartialEq for or_cfa_pattern
Auto Trait Implementations
impl RefUnwindSafe for or_cfa_pattern
impl Send for or_cfa_pattern
impl Sync for or_cfa_pattern
impl Unpin for or_cfa_pattern
impl UnwindSafe for or_cfa_pattern
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more