Enum Location Copy item path Source pub enum Location {
Standard = 0,
Left = 1,
Right = 2,
Numpad = 3,
}
Expand description The location attribute contains an indication of the logical location
of the key on the device.
The key activation MUST NOT be distinguished as the left or right
version of the key, and (other than the NumLock key) did not
originate from the numeric keypad (or did not originate with a
virtual key corresponding to the numeric keypad).
The key activated originated from the left key location (when there
is more than one possible location for this key).
The key activation originated from the right key location (when
there is more than one possible location for this key).
The key activation originated on the numeric keypad or with a virtual
key corresponding to the numeric keypad (when there is more than one
possible location for this key). Note that the NumLock key should
always be encoded with a location of Location::Standard
.
Performs copy-assignment from
source
.
Read more Formats the value using the given formatter.
Read more Returns the “default value” for a type.
Read more Deserialize this value from the given Serde deserializer.
Read more Tests for self
and other
values to be equal, and is used by ==
.
Tests for !=
. The default implementation is almost always sufficient,
and should not be overridden without very good reason.
Serialize this value into the given Serde serializer.
Read more Immutably borrows from an owned value.
Read more Mutably borrows from an owned value.
Read more 🔬 This is a nightly-only experimental API. (clone_to_uninit
)
Performs copy-assignment from
self
to
dst
.
Read more Returns the argument unchanged.
Instruments this type with the provided
Span
, returning an
Instrumented
wrapper.
Read more Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From <T> for U
chooses to do.
Spawn the value into the dioxus runtime if it is an async block
Convert from a type to another type.
Convert from a type to another type.
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning.
Read more Uses borrowed data to replace owned data, usually by cloning.
Read more The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.