pub struct MarkerDetectorStatusML(/* private fields */);
Expand description
Implementations§
Source§impl MarkerDetectorStatusML
impl MarkerDetectorStatusML
Sourcepub const PENDING: MarkerDetectorStatusML
pub const PENDING: MarkerDetectorStatusML
The marker detector is working on a new snapshot.
Sourcepub const READY: MarkerDetectorStatusML
pub const READY: MarkerDetectorStatusML
The marker detector is ready to be inspected.
Sourcepub const ERROR: MarkerDetectorStatusML
pub const ERROR: MarkerDetectorStatusML
The marker detector has encountered a fatal error.
pub fn from_raw(x: i32) -> MarkerDetectorStatusML
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for MarkerDetectorStatusML
impl Clone for MarkerDetectorStatusML
Source§fn clone(&self) -> MarkerDetectorStatusML
fn clone(&self) -> MarkerDetectorStatusML
Returns a copy 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 MarkerDetectorStatusML
impl Debug for MarkerDetectorStatusML
Source§impl PartialEq for MarkerDetectorStatusML
impl PartialEq for MarkerDetectorStatusML
impl Copy for MarkerDetectorStatusML
impl Eq for MarkerDetectorStatusML
impl StructuralPartialEq for MarkerDetectorStatusML
Auto Trait Implementations§
impl Freeze for MarkerDetectorStatusML
impl RefUnwindSafe for MarkerDetectorStatusML
impl Send for MarkerDetectorStatusML
impl Sync for MarkerDetectorStatusML
impl Unpin for MarkerDetectorStatusML
impl UnwindSafe for MarkerDetectorStatusML
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