Struct apriltag_sys::image_u8_lut
source · #[repr(C)]pub struct image_u8_lut {
pub scale: f32,
pub nvalues: c_int,
pub values: *mut u8,
}Fields§
§scale: f32§nvalues: c_int§values: *mut u8Trait Implementations§
source§impl Clone for image_u8_lut
impl Clone for image_u8_lut
source§fn clone(&self) -> image_u8_lut
fn clone(&self) -> image_u8_lut
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 image_u8_lut
impl Debug for image_u8_lut
impl Copy for image_u8_lut
Auto Trait Implementations§
impl Freeze for image_u8_lut
impl RefUnwindSafe for image_u8_lut
impl !Send for image_u8_lut
impl !Sync for image_u8_lut
impl Unpin for image_u8_lut
impl UnwindSafe for image_u8_lut
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