Struct apriltag_sys::image_u8x3
source · #[repr(C)]pub struct image_u8x3 {
pub width: i32,
pub height: i32,
pub stride: i32,
pub buf: *mut u8,
}
Fields§
§width: i32
§height: i32
§stride: i32
§buf: *mut u8
Trait Implementations§
source§impl Clone for image_u8x3
impl Clone for image_u8x3
source§fn clone(&self) -> image_u8x3
fn clone(&self) -> image_u8x3
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_u8x3
impl Debug for image_u8x3
impl Copy for image_u8x3
Auto Trait Implementations§
impl Freeze for image_u8x3
impl RefUnwindSafe for image_u8x3
impl !Send for image_u8x3
impl !Sync for image_u8x3
impl Unpin for image_u8x3
impl UnwindSafe for image_u8x3
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