#[repr(u8)]pub enum AprilTagFamily {
Circle21h7 = 0,
Tag16h5 = 1,
Tag25h9 = 2,
Tag36h11 = 3,
}
Expand description
Possible april tag families to be detected by the sensor.
Variants§
Circle21h7 = 0
Circle21h7 family
Tag16h5 = 1
16h5 family
Tag25h9 = 2
25h9 family
Tag36h11 = 3
36h11 family
Trait Implementations§
Source§impl Clone for AprilTagFamily
impl Clone for AprilTagFamily
Source§fn clone(&self) -> AprilTagFamily
fn clone(&self) -> AprilTagFamily
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AprilTagFamily
impl Debug for AprilTagFamily
Source§impl Default for AprilTagFamily
impl Default for AprilTagFamily
Source§fn default() -> AprilTagFamily
fn default() -> AprilTagFamily
Returns the “default value” for a type. Read more
Source§impl PartialEq for AprilTagFamily
impl PartialEq for AprilTagFamily
impl Copy for AprilTagFamily
impl Eq for AprilTagFamily
impl StructuralPartialEq for AprilTagFamily
Auto Trait Implementations§
impl Freeze for AprilTagFamily
impl RefUnwindSafe for AprilTagFamily
impl Send for AprilTagFamily
impl Sync for AprilTagFamily
impl Unpin for AprilTagFamily
impl UnwindSafe for AprilTagFamily
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