Struct apriltag_sys::apriltag_detection_info_t
source · #[repr(C)]pub struct apriltag_detection_info_t {
pub det: *mut apriltag_detection_t,
pub tagsize: f64,
pub fx: f64,
pub fy: f64,
pub cx: f64,
pub cy: f64,
}Fields§
§det: *mut apriltag_detection_t§fx: f64§fy: f64§cx: f64§cy: f64Trait Implementations§
source§impl Clone for apriltag_detection_info_t
impl Clone for apriltag_detection_info_t
source§fn clone(&self) -> apriltag_detection_info_t
fn clone(&self) -> apriltag_detection_info_t
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 apriltag_detection_info_t
impl Debug for apriltag_detection_info_t
impl Copy for apriltag_detection_info_t
Auto Trait Implementations§
impl Freeze for apriltag_detection_info_t
impl RefUnwindSafe for apriltag_detection_info_t
impl !Send for apriltag_detection_info_t
impl !Sync for apriltag_detection_info_t
impl Unpin for apriltag_detection_info_t
impl UnwindSafe for apriltag_detection_info_t
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