#[repr(C)]pub struct HVFPixel {
pub row: *mut f32,
pub col: *mut f32,
pub kind: i32,
}Fields§
§row: *mut f32§col: *mut f32§kind: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for HVFPixel
impl RefUnwindSafe for HVFPixel
impl !Send for HVFPixel
impl !Sync for HVFPixel
impl Unpin for HVFPixel
impl UnwindSafe for HVFPixel
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