pub struct MarkerDetectorFpsML(/* private fields */);
Expand description
Implementations§
Source§impl MarkerDetectorFpsML
impl MarkerDetectorFpsML
Sourcepub const LOW: MarkerDetectorFpsML
pub const LOW: MarkerDetectorFpsML
Low FPS.
Sourcepub const MEDIUM: MarkerDetectorFpsML
pub const MEDIUM: MarkerDetectorFpsML
Medium FPS.
Sourcepub const HIGH: MarkerDetectorFpsML
pub const HIGH: MarkerDetectorFpsML
High FPS.
Sourcepub const MAX: MarkerDetectorFpsML
pub const MAX: MarkerDetectorFpsML
Max possible FPS.
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for MarkerDetectorFpsML
impl Clone for MarkerDetectorFpsML
Source§fn clone(&self) -> MarkerDetectorFpsML
fn clone(&self) -> MarkerDetectorFpsML
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 MarkerDetectorFpsML
impl Debug for MarkerDetectorFpsML
Source§impl PartialEq for MarkerDetectorFpsML
impl PartialEq for MarkerDetectorFpsML
impl Copy for MarkerDetectorFpsML
impl Eq for MarkerDetectorFpsML
impl StructuralPartialEq for MarkerDetectorFpsML
Auto Trait Implementations§
impl Freeze for MarkerDetectorFpsML
impl RefUnwindSafe for MarkerDetectorFpsML
impl Send for MarkerDetectorFpsML
impl Sync for MarkerDetectorFpsML
impl Unpin for MarkerDetectorFpsML
impl UnwindSafe for MarkerDetectorFpsML
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