#[repr(C, packed(1))]pub struct V5_DeviceVisionSignature {
pub id: u8,
pub flags: u8,
pub pad: [u8; 2],
pub range: f32,
pub uMin: i32,
pub uMax: i32,
pub uMean: i32,
pub vMin: i32,
pub vMax: i32,
pub vMean: i32,
pub mRgb: u32,
pub mType: u32,
}
Fields§
§id: u8
§flags: u8
§pad: [u8; 2]
§range: f32
§uMin: i32
§uMax: i32
§uMean: i32
§vMin: i32
§vMax: i32
§vMean: i32
§mRgb: u32
§mType: u32
Trait Implementations§
Source§impl Clone for V5_DeviceVisionSignature
impl Clone for V5_DeviceVisionSignature
Source§fn clone(&self) -> V5_DeviceVisionSignature
fn clone(&self) -> V5_DeviceVisionSignature
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for V5_DeviceVisionSignature
impl Debug for V5_DeviceVisionSignature
Source§impl Default for V5_DeviceVisionSignature
impl Default for V5_DeviceVisionSignature
Source§fn default() -> V5_DeviceVisionSignature
fn default() -> V5_DeviceVisionSignature
Returns the “default value” for a type. Read more
Source§impl PartialEq for V5_DeviceVisionSignature
impl PartialEq for V5_DeviceVisionSignature
impl Copy for V5_DeviceVisionSignature
impl StructuralPartialEq for V5_DeviceVisionSignature
Auto Trait Implementations§
impl Freeze for V5_DeviceVisionSignature
impl RefUnwindSafe for V5_DeviceVisionSignature
impl Send for V5_DeviceVisionSignature
impl Sync for V5_DeviceVisionSignature
impl Unpin for V5_DeviceVisionSignature
impl UnwindSafe for V5_DeviceVisionSignature
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)