pub struct PendingKeyState;Expand description
The pending key state type for automation keys. (No pending state).
Trait Implementations§
Source§impl Clone for PendingKeyState
impl Clone for PendingKeyState
Source§fn clone(&self) -> PendingKeyState
fn clone(&self) -> PendingKeyState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PendingKeyState
impl Debug for PendingKeyState
Source§impl PartialEq for PendingKeyState
impl PartialEq for PendingKeyState
Source§fn eq(&self, other: &PendingKeyState) -> bool
fn eq(&self, other: &PendingKeyState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PendingKeyState
impl StructuralPartialEq for PendingKeyState
Auto Trait Implementations§
impl Freeze for PendingKeyState
impl RefUnwindSafe for PendingKeyState
impl Send for PendingKeyState
impl Sync for PendingKeyState
impl Unpin for PendingKeyState
impl UnsafeUnpin for PendingKeyState
impl UnwindSafe for PendingKeyState
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