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