Struct apriltag_sys::apriltag_family
source · #[repr(C)]pub struct apriltag_family {
pub ncodes: u32,
pub codes: *mut u64,
pub width_at_border: c_int,
pub total_width: c_int,
pub reversed_border: bool,
pub nbits: u32,
pub bit_x: *mut u32,
pub bit_y: *mut u32,
pub h: u32,
pub name: *mut c_char,
pub impl_: *mut c_void,
}Fields§
§ncodes: u32§codes: *mut u64§width_at_border: c_int§total_width: c_int§reversed_border: bool§nbits: u32§bit_x: *mut u32§bit_y: *mut u32§h: u32§name: *mut c_char§impl_: *mut c_voidTrait Implementations§
source§impl Clone for apriltag_family
impl Clone for apriltag_family
source§fn clone(&self) -> apriltag_family
fn clone(&self) -> apriltag_family
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_family
impl Debug for apriltag_family
impl Copy for apriltag_family
Auto Trait Implementations§
impl Freeze for apriltag_family
impl RefUnwindSafe for apriltag_family
impl !Send for apriltag_family
impl !Sync for apriltag_family
impl Unpin for apriltag_family
impl UnwindSafe for apriltag_family
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