Struct apriltag_sys::image_u8
source · #[repr(C)]pub struct image_u8 {
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§
Auto Trait Implementations§
impl Freeze for image_u8
impl RefUnwindSafe for image_u8
impl !Send for image_u8
impl !Sync for image_u8
impl Unpin for image_u8
impl UnwindSafe for image_u8
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