pub struct TrackableMarkerDictionaryANDROID(/* private fields */);Expand description
Implementations§
Source§impl TrackableMarkerDictionaryANDROID
impl TrackableMarkerDictionaryANDROID
pub const ARUCO_4X4_50: TrackableMarkerDictionaryANDROID
pub const ARUCO_4X4_100: TrackableMarkerDictionaryANDROID
pub const ARUCO_4X4_250: TrackableMarkerDictionaryANDROID
pub const ARUCO_4X4_1000: TrackableMarkerDictionaryANDROID
pub const ARUCO_5X5_50: TrackableMarkerDictionaryANDROID
pub const ARUCO_5X5_100: TrackableMarkerDictionaryANDROID
pub const ARUCO_5X5_250: TrackableMarkerDictionaryANDROID
pub const ARUCO_5X5_1000: TrackableMarkerDictionaryANDROID
pub const ARUCO_6X6_50: TrackableMarkerDictionaryANDROID
pub const ARUCO_6X6_100: TrackableMarkerDictionaryANDROID
pub const ARUCO_6X6_250: TrackableMarkerDictionaryANDROID
pub const ARUCO_6X6_1000: TrackableMarkerDictionaryANDROID
pub const ARUCO_7X7_50: TrackableMarkerDictionaryANDROID
pub const ARUCO_7X7_100: TrackableMarkerDictionaryANDROID
pub const ARUCO_7X7_250: TrackableMarkerDictionaryANDROID
pub const ARUCO_7X7_1000: TrackableMarkerDictionaryANDROID
pub const APRILTAG_16H5: TrackableMarkerDictionaryANDROID
pub const APRILTAG_25H9: TrackableMarkerDictionaryANDROID
pub const APRILTAG_36H10: TrackableMarkerDictionaryANDROID
pub const APRILTAG_36H11: TrackableMarkerDictionaryANDROID
pub fn from_raw(x: i32) -> TrackableMarkerDictionaryANDROID
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for TrackableMarkerDictionaryANDROID
impl Clone for TrackableMarkerDictionaryANDROID
Source§fn clone(&self) -> TrackableMarkerDictionaryANDROID
fn clone(&self) -> TrackableMarkerDictionaryANDROID
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 Default for TrackableMarkerDictionaryANDROID
impl Default for TrackableMarkerDictionaryANDROID
Source§fn default() -> TrackableMarkerDictionaryANDROID
fn default() -> TrackableMarkerDictionaryANDROID
Returns the “default value” for a type. Read more
Source§impl PartialEq for TrackableMarkerDictionaryANDROID
impl PartialEq for TrackableMarkerDictionaryANDROID
Source§fn eq(&self, other: &TrackableMarkerDictionaryANDROID) -> bool
fn eq(&self, other: &TrackableMarkerDictionaryANDROID) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TrackableMarkerDictionaryANDROID
impl Eq for TrackableMarkerDictionaryANDROID
impl StructuralPartialEq for TrackableMarkerDictionaryANDROID
Auto Trait Implementations§
impl Freeze for TrackableMarkerDictionaryANDROID
impl RefUnwindSafe for TrackableMarkerDictionaryANDROID
impl Send for TrackableMarkerDictionaryANDROID
impl Sync for TrackableMarkerDictionaryANDROID
impl Unpin for TrackableMarkerDictionaryANDROID
impl UnwindSafe for TrackableMarkerDictionaryANDROID
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