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