diff --git a/docs/all.html b/docs/all.html
deleted file mode 100644
index 8a0e057..0000000
--- a/docs/all.html
+++ /dev/null
@@ -1,3 +0,0 @@
-
pub struct SchemaGilrs<TUserAction> where
TUserAction: Clone + Serialize, { /* fields omitted */ }
Serialize this value into the given Serde serializer. Read more
-
Deserialize this value from the given Serde deserializer. Read more
-
Performs the conversion.
-
Performs the conversion.
-
-
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
-
🔬 This is a nightly-only experimental API. (try_from
)
Performs the conversion.
-
Immutably borrows from an owned value. Read more
-
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
-
-
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
-
🔬 This is a nightly-only experimental API. (try_from
)
Performs the conversion.
-
Mutably borrows from an owned value. Read more
-
pub struct SchemaPiston<TUserAction> where
TUserAction: Clone + Serialize, { /* fields omitted */ }
Serialize this value into the given Serde serializer. Read more
-
Deserialize this value from the given Serde deserializer. Read more
-
Performs the conversion.
-
Performs the conversion.
-
-
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
-
🔬 This is a nightly-only experimental API. (try_from
)
Performs the conversion.
-
Immutably borrows from an owned value. Read more
-
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
-
-
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
-
🔬 This is a nightly-only experimental API. (try_from
)
Performs the conversion.
-
Mutably borrows from an owned value. Read more
-
pub enum ButtonState {
- Pressed,
- Released,
-}
Describes states a key or button can be in
-
-when key or button is pressed
-
when key or button is released
-
This method tests for self
and other
values to be equal, and is used by ==
. Read more
-
This method tests for !=
.
-
Formats the value using the given formatter. Read more
-
Performs the conversion.
-
Performs the conversion.
-
-
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
-
🔬 This is a nightly-only experimental API. (try_from
)
Performs the conversion.
-
Immutably borrows from an owned value. Read more
-
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
-
-
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
-
🔬 This is a nightly-only experimental API. (try_from
)
Performs the conversion.
-
Mutably borrows from an owned value. Read more
-
-a key or button as source, with given state
-
an axis set to specific value in range <-1.0, 1.0>
-
a motion source (e.g. mouse) with x, y values
-
This method tests for self
and other
values to be equal, and is used by ==
. Read more
-
This method tests for !=
.
-
Formats the value using the given formatter. Read more
-
Performs the conversion.
-
Performs the conversion.
-
-
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
-
🔬 This is a nightly-only experimental API. (try_from
)
Performs the conversion.
-
Immutably borrows from an owned value. Read more
-
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
-
-
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
-
🔬 This is a nightly-only experimental API. (try_from
)
Performs the conversion.
-
Mutably borrows from an owned value. Read more
-
pub struct InputTypeFlags { /* fields omitted */ }
InputTypeFlags are used to specify what type of input
-is to be allowed when in "assignment mode" for event mapping.
-This allows the caller to filter out unwanted event types in a
-generic way without having to handle the backend implementation details.
-
-
Any controller or mouse button including controller "hat" presses
-
-
-
-
-
Key or Button combination
-
-
Axis, Key or Button combination
-
-
Anything else (so you can do Any - Other for e.g. disconnect events etc.)
-
-
Returns an empty set of flags.
-
Returns the set containing all flags.
-
Returns the raw value of the flags currently stored.
-
Convert from underlying bit representation, unless that
-representation contains bits that do not correspond to a flag.
-
Convert from underlying bit representation, dropping any bits
-that do not correspond to flags.
-
Returns true
if no flags are currently stored.
-
Returns true
if all flags are currently set.
-
Returns true
if there are flags common to both self
and other
.
-
Returns true
all of the flags in other
are contained within self
.
-
Inserts the specified flags in-place.
-
Removes the specified flags in-place.
-
Toggles the specified flags in-place.
-
Inserts or removes the specified flags depending on the passed value.
-
This method returns an ordering between self
and other
values if one exists. Read more
-
This method tests less than (for self
and other
) and is used by the <
operator. Read more
-
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
-
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
-
This method tests greater than or equal to (for self
and other
) and is used by the >=
operator. Read more
-
Returns the "default value" for a type. Read more
-
This method returns an Ordering
between self
and other
. Read more
-
fn max(self, other: Self) -> Self | 1.21.0 [src] |
Compares and returns the maximum of two values. Read more
-
fn min(self, other: Self) -> Self | 1.21.0 [src] |
Compares and returns the minimum of two values. Read more
-
This method tests for self
and other
values to be equal, and is used by ==
. Read more
-
This method tests for !=
.
-
Performs copy-assignment from source
. Read more
-
Extends a collection with the contents of an iterator. Read more
-
Formats the value using the given formatter.
-
Formats the value using the given formatter.
-
Formats the value using the given formatter. Read more
-
Formats the value using the given formatter.
-
Formats the value using the given formatter.
-
Feeds this value into the given [Hasher
]. Read more
-
Feeds a slice of this type into the given [Hasher
]. Read more
-
-
The resulting type after applying the -
operator.
-
Returns the set difference of the two sets of flags.
-
Disables all flags enabled in the set.
-
-
The resulting type after applying the !
operator.
-
Returns the complement of this set of flags.
-
-
The resulting type after applying the &
operator.
-
Returns the intersection between the two sets of flags.
-
-
The resulting type after applying the |
operator.
-
Returns the union of the two sets of flags.
-
-
The resulting type after applying the ^
operator.
-
Returns the left flags, but with all the right flags toggled.
-
Disables all flags disabled in the set.
-
Toggles the set of flags.
-
Creates a value from an iterator. Read more
-
Performs the conversion.
-
-
Creates owned data from borrowed data, usually by cloning. Read more
-
🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
-Uses borrowed data to replace owned data, usually by cloning. Read more
-
Performs the conversion.
-
-
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
-
🔬 This is a nightly-only experimental API. (try_from
)
Performs the conversion.
-
Immutably borrows from an owned value. Read more
-
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
-
-
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
-
🔬 This is a nightly-only experimental API. (try_from
)
Performs the conversion.
-
Mutably borrows from an owned value. Read more
-
The result of a successful input processing by a Schema
-
The user defined action to be performed based on the input event
-
The player_id if assigned to the Schema previously, otherwise None
-
The InputCause of this input, if known. None only if backend implementation is incomplete.
-
Specifies if the input cause is engaged (pressed or not equal to 0)
-NOTE: some input causes are never engaged, e.g. Motion
-
Specifies if the input cause is an axis
-
Reduces the input cause state value to a single f64
-Key or button states are either 0.0 or 1.0 for pressed
-Axis value stays same
-Motion x, y values are multiplied (x * y)
-
This method tests for self
and other
values to be equal, and is used by ==
. Read more
-
This method tests for !=
.
-
Formats the value using the given formatter. Read more
-
Performs the conversion.
-
Performs the conversion.
-
-
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
-
🔬 This is a nightly-only experimental API. (try_from
)
Performs the conversion.
-
Immutably borrows from an owned value. Read more
-
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
-
-
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
-
🔬 This is a nightly-only experimental API. (try_from
)
Performs the conversion.
-
Mutably borrows from an owned value. Read more
-