#[repr(C)]pub struct b3CameraImageData {
pub m_pixel_width: c_int,
pub m_pixel_height: c_int,
pub m_rgb_color_data: *const c_uchar,
pub m_depth_values: *const f32,
pub m_segmentation_mask_values: *const c_int,
}Fields§
§m_pixel_width: c_int§m_pixel_height: c_int§m_rgb_color_data: *const c_uchar§m_depth_values: *const f32§m_segmentation_mask_values: *const c_intTrait Implementations§
Source§impl Debug for b3CameraImageData
impl Debug for b3CameraImageData
Auto Trait Implementations§
impl Freeze for b3CameraImageData
impl RefUnwindSafe for b3CameraImageData
impl !Send for b3CameraImageData
impl !Sync for b3CameraImageData
impl Unpin for b3CameraImageData
impl UnwindSafe for b3CameraImageData
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