#[repr(C)]pub struct sh2_ShakeDetector {
pub shake: u16,
}Fields§
§shake: u16Trait Implementations§
Source§impl Clone for sh2_ShakeDetector
impl Clone for sh2_ShakeDetector
Source§fn clone(&self) -> sh2_ShakeDetector
fn clone(&self) -> sh2_ShakeDetector
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_ShakeDetector
impl Debug for sh2_ShakeDetector
impl Copy for sh2_ShakeDetector
Auto Trait Implementations§
impl Freeze for sh2_ShakeDetector
impl RefUnwindSafe for sh2_ShakeDetector
impl Send for sh2_ShakeDetector
impl Sync for sh2_ShakeDetector
impl Unpin for sh2_ShakeDetector
impl UnwindSafe for sh2_ShakeDetector
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