#[repr(u8)]pub enum FCRC {
All = 0,
Alternate = 1,
OneOfFour = 2,
}
Expand description
Frame capture rate control These bits define the frequency of frame capture. They are meaningful only in Continuous grab mode. They are ignored in snapshot mode.
Value on reset: 0
Variants§
All = 0
0: All frames are captured
Alternate = 1
1: Every alternate frame captured (50% bandwidth reduction)
OneOfFour = 2
2: One frame out of four captured (75% bandwidth reduction)
Trait Implementations§
impl Copy for FCRC
impl Eq for FCRC
impl IsEnum for FCRC
impl StructuralPartialEq for FCRC
Auto Trait Implementations§
impl Freeze for FCRC
impl RefUnwindSafe for FCRC
impl Send for FCRC
impl Sync for FCRC
impl Unpin for FCRC
impl UnwindSafe for FCRC
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