pub struct MarkerAprilTagDictML(/* private fields */);
Expand description
Implementations§
Source§impl MarkerAprilTagDictML
impl MarkerAprilTagDictML
Sourcepub const DICT_16H5: MarkerAprilTagDictML
pub const DICT_16H5: MarkerAprilTagDictML
4 by 4 bits, minimum Hamming distance between any two codes = 5, 30 codes.
Sourcepub const DICT_25H9: MarkerAprilTagDictML
pub const DICT_25H9: MarkerAprilTagDictML
5 by 5 bits, minimum Hamming distance between any two codes = 9, 35 codes.
Sourcepub const DICT_36H10: MarkerAprilTagDictML
pub const DICT_36H10: MarkerAprilTagDictML
6 by 6 bits, minimum Hamming distance between any two codes = 10, 2320 codes.
Sourcepub const DICT_36H11: MarkerAprilTagDictML
pub const DICT_36H11: MarkerAprilTagDictML
6 by 6 bits, minimum Hamming distance between any two codes = 11, 587 codes.
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for MarkerAprilTagDictML
impl Clone for MarkerAprilTagDictML
Source§fn clone(&self) -> MarkerAprilTagDictML
fn clone(&self) -> MarkerAprilTagDictML
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 MarkerAprilTagDictML
impl Debug for MarkerAprilTagDictML
Source§impl PartialEq for MarkerAprilTagDictML
impl PartialEq for MarkerAprilTagDictML
impl Copy for MarkerAprilTagDictML
impl Eq for MarkerAprilTagDictML
impl StructuralPartialEq for MarkerAprilTagDictML
Auto Trait Implementations§
impl Freeze for MarkerAprilTagDictML
impl RefUnwindSafe for MarkerAprilTagDictML
impl Send for MarkerAprilTagDictML
impl Sync for MarkerAprilTagDictML
impl Unpin for MarkerAprilTagDictML
impl UnwindSafe for MarkerAprilTagDictML
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