#[repr(C)]pub struct sh2_SensorEvent {
pub timestamp_uS: u64,
pub delay_uS: i64,
pub len: u8,
pub reportId: u8,
pub report: [u8; 60],
}Fields§
§timestamp_uS: u64§delay_uS: i64§len: u8§reportId: u8§report: [u8; 60]Trait Implementations§
Source§impl Clone for sh2_SensorEvent
impl Clone for sh2_SensorEvent
Source§fn clone(&self) -> sh2_SensorEvent
fn clone(&self) -> sh2_SensorEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for sh2_SensorEvent
impl Debug for sh2_SensorEvent
impl Copy for sh2_SensorEvent
Auto Trait Implementations§
impl Freeze for sh2_SensorEvent
impl RefUnwindSafe for sh2_SensorEvent
impl Send for sh2_SensorEvent
impl Sync for sh2_SensorEvent
impl Unpin for sh2_SensorEvent
impl UnwindSafe for sh2_SensorEvent
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