#[repr(C)]pub struct sh2_TapDetector {
pub flags: u8,
}Fields§
§flags: u8< @brief TapDetector.
Trait Implementations§
Source§impl Clone for sh2_TapDetector
impl Clone for sh2_TapDetector
Source§fn clone(&self) -> sh2_TapDetector
fn clone(&self) -> sh2_TapDetector
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_TapDetector
impl Debug for sh2_TapDetector
impl Copy for sh2_TapDetector
Auto Trait Implementations§
impl Freeze for sh2_TapDetector
impl RefUnwindSafe for sh2_TapDetector
impl Send for sh2_TapDetector
impl Sync for sh2_TapDetector
impl Unpin for sh2_TapDetector
impl UnwindSafe for sh2_TapDetector
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