#[repr(u32)]pub enum _fc2BayerTileFormat {
FC2_BT_NONE = 0,
FC2_BT_RGGB = 1,
FC2_BT_GRBG = 2,
FC2_BT_GBRG = 3,
FC2_BT_BGGR = 4,
FC2_BT_FORCE_32BITS = 2_147_483_647,
}Variants§
FC2_BT_NONE = 0
FC2_BT_RGGB = 1
FC2_BT_GRBG = 2
FC2_BT_GBRG = 3
FC2_BT_BGGR = 4
FC2_BT_FORCE_32BITS = 2_147_483_647
Trait Implementations§
Source§impl Clone for _fc2BayerTileFormat
impl Clone for _fc2BayerTileFormat
Source§fn clone(&self) -> _fc2BayerTileFormat
fn clone(&self) -> _fc2BayerTileFormat
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 _fc2BayerTileFormat
impl Debug for _fc2BayerTileFormat
impl Copy for _fc2BayerTileFormat
Auto Trait Implementations§
impl Freeze for _fc2BayerTileFormat
impl RefUnwindSafe for _fc2BayerTileFormat
impl Send for _fc2BayerTileFormat
impl Sync for _fc2BayerTileFormat
impl Unpin for _fc2BayerTileFormat
impl UnwindSafe for _fc2BayerTileFormat
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