#[repr(C, packed(1))]pub struct V5_DeviceAiVisionCode {
pub id: u8,
pub len: u8,
pub c1: i16,
pub c2: i16,
pub c3: i16,
pub c4: i16,
pub c5: i16,
pub c6: i16,
pub c7: i16,
}
Fields§
§id: u8
§len: u8
§c1: i16
§c2: i16
§c3: i16
§c4: i16
§c5: i16
§c6: i16
§c7: i16
Trait Implementations§
Source§impl Clone for V5_DeviceAiVisionCode
impl Clone for V5_DeviceAiVisionCode
Source§fn clone(&self) -> V5_DeviceAiVisionCode
fn clone(&self) -> V5_DeviceAiVisionCode
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_DeviceAiVisionCode
impl Debug for V5_DeviceAiVisionCode
Source§impl Default for V5_DeviceAiVisionCode
impl Default for V5_DeviceAiVisionCode
Source§fn default() -> V5_DeviceAiVisionCode
fn default() -> V5_DeviceAiVisionCode
Returns the “default value” for a type. Read more
Source§impl PartialEq for V5_DeviceAiVisionCode
impl PartialEq for V5_DeviceAiVisionCode
impl Copy for V5_DeviceAiVisionCode
impl StructuralPartialEq for V5_DeviceAiVisionCode
Auto Trait Implementations§
impl Freeze for V5_DeviceAiVisionCode
impl RefUnwindSafe for V5_DeviceAiVisionCode
impl Send for V5_DeviceAiVisionCode
impl Sync for V5_DeviceAiVisionCode
impl Unpin for V5_DeviceAiVisionCode
impl UnwindSafe for V5_DeviceAiVisionCode
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
)