Struct apriltag_sys::image_f32
source · #[repr(C)]pub struct image_f32 {
pub width: i32,
pub height: i32,
pub stride: i32,
pub buf: *mut f32,
}Fields§
§width: i32§height: i32§stride: i32§buf: *mut f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for image_f32
impl RefUnwindSafe for image_f32
impl !Send for image_f32
impl !Sync for image_f32
impl Unpin for image_f32
impl UnwindSafe for image_f32
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