Struct DeviceInputMode
pub struct DeviceInputMode(/* private fields */);
Implementations§
§impl DeviceInputMode
impl DeviceInputMode
pub const ASYNC_THIS_DEVICE: DeviceInputMode = _
pub const SYNC_THIS_DEVICE: DeviceInputMode = _
pub const REPLAY_THIS_DEVICE: DeviceInputMode = _
pub const ASYNC_OTHER_DEVICES: DeviceInputMode = _
pub const ASYNC_ALL: DeviceInputMode = _
pub const SYNC_ALL: DeviceInputMode = _
Trait Implementations§
§impl Clone for DeviceInputMode
impl Clone for DeviceInputMode
§fn clone(&self) -> DeviceInputMode
fn clone(&self) -> DeviceInputMode
Returns a copy 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 more§impl Debug for DeviceInputMode
impl Debug for DeviceInputMode
§impl Default for DeviceInputMode
impl Default for DeviceInputMode
§fn default() -> DeviceInputMode
fn default() -> DeviceInputMode
Returns the “default value” for a type. Read more
§impl From<u8> for DeviceInputMode
impl From<u8> for DeviceInputMode
§fn from(value: u8) -> DeviceInputMode
fn from(value: u8) -> DeviceInputMode
Converts to this type from the input type.
§impl Hash for DeviceInputMode
impl Hash for DeviceInputMode
§impl Ord for DeviceInputMode
impl Ord for DeviceInputMode
§impl PartialEq for DeviceInputMode
impl PartialEq for DeviceInputMode
§impl PartialOrd for DeviceInputMode
impl PartialOrd for DeviceInputMode
impl Copy for DeviceInputMode
impl Eq for DeviceInputMode
impl StructuralPartialEq for DeviceInputMode
Auto Trait Implementations§
impl Freeze for DeviceInputMode
impl RefUnwindSafe for DeviceInputMode
impl Send for DeviceInputMode
impl Sync for DeviceInputMode
impl Unpin for DeviceInputMode
impl UnwindSafe for DeviceInputMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)