Type Alias bevy::a11y::accesskit::NodeIdContent
pub type NodeIdContent = u64;
Trait Implementations§
source§impl BoundedMeasure for u64
impl BoundedMeasure for u64
source§impl<'de> Deserialize<'de> for u64
impl<'de> Deserialize<'de> for u64
source§fn deserialize<D>(
deserializer: D
) -> Result<u64, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>( deserializer: D ) -> Result<u64, <D as Deserializer<'de>>::Error>where D: Deserializer<'de>,
1.31.0 · source§impl From<NonZeroU64> for u64
impl From<NonZeroU64> for u64
source§fn from(nonzero: NonZeroU64) -> u64
fn from(nonzero: NonZeroU64) -> u64
Converts a NonZeroU64
into an u64
§impl FromReflect for u64
impl FromReflect for u64
§fn from_reflect(reflect: &(dyn Reflect + 'static)) -> Option<u64>
fn from_reflect(reflect: &(dyn Reflect + 'static)) -> Option<u64>
Self
from a reflected value.§impl GetTypeRegistration for u64
impl GetTypeRegistration for u64
source§impl<'de, E> IntoDeserializer<'de, E> for u64where
E: Error,
impl<'de, E> IntoDeserializer<'de, E> for u64where E: Error,
§type Deserializer = U64Deserializer<E>
type Deserializer = U64Deserializer<E>
source§fn into_deserializer(self) -> U64Deserializer<E>
fn into_deserializer(self) -> U64Deserializer<E>
§impl Reflect for u64
impl Reflect for u64
§fn get_represented_type_info(&self) -> Option<&'static TypeInfo>
fn get_represented_type_info(&self) -> Option<&'static TypeInfo>
§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
&mut dyn Any
.§fn into_reflect(self: Box<u64, Global>) -> Box<dyn Reflect, Global>
fn into_reflect(self: Box<u64, Global>) -> Box<dyn Reflect, Global>
§fn as_reflect(&self) -> &(dyn Reflect + 'static)
fn as_reflect(&self) -> &(dyn Reflect + 'static)
§fn as_reflect_mut(&mut self) -> &mut (dyn Reflect + 'static)
fn as_reflect_mut(&mut self) -> &mut (dyn Reflect + 'static)
§fn clone_value(&self) -> Box<dyn Reflect, Global>
fn clone_value(&self) -> Box<dyn Reflect, Global>
Reflect
trait object. Read more§fn apply(&mut self, value: &(dyn Reflect + 'static))
fn apply(&mut self, value: &(dyn Reflect + 'static))
§fn set(
&mut self,
value: Box<dyn Reflect, Global>
) -> Result<(), Box<dyn Reflect, Global>>
fn set( &mut self, value: Box<dyn Reflect, Global> ) -> Result<(), Box<dyn Reflect, Global>>
§fn reflect_ref(&self) -> ReflectRef<'_>
fn reflect_ref(&self) -> ReflectRef<'_>
§fn reflect_mut(&mut self) -> ReflectMut<'_>
fn reflect_mut(&mut self) -> ReflectMut<'_>
§fn reflect_owned(self: Box<u64, Global>) -> ReflectOwned
fn reflect_owned(self: Box<u64, Global>) -> ReflectOwned
§fn reflect_hash(&self) -> Option<u64>
fn reflect_hash(&self) -> Option<u64>
§fn reflect_partial_eq(&self, value: &(dyn Reflect + 'static)) -> Option<bool>
fn reflect_partial_eq(&self, value: &(dyn Reflect + 'static)) -> Option<bool>
§fn debug(&self, f: &mut Formatter<'_>) -> Result<(), Error>
fn debug(&self, f: &mut Formatter<'_>) -> Result<(), Error>
§fn serializable(&self) -> Option<Serializable<'_>>
fn serializable(&self) -> Option<Serializable<'_>>
§fn is_dynamic(&self) -> bool
fn is_dynamic(&self) -> bool
§impl Sample for u64
impl Sample for u64
§type Signed = i64
type Signed = i64
Addition
type represents the format to
which Self
should be converted for optimal Addition
performance. Read more§type Float = f64
type Float = f64
Multiplication
type
represents the format to which Self
should be converted for optimal Multiplication
performance. Read more§const EQUILIBRIUM: u64 = 9_223_372_036_854_775_808u64
const EQUILIBRIUM: u64 = 9_223_372_036_854_775_808u64
Sample
type represents. This is normally the
value that is equal distance from both the min and max ranges of the sample. Read more§const IDENTITY: Self::Float = <Self::Float as FloatSample>::IDENTITY
const IDENTITY: Self::Float = <Self::Float as FloatSample>::IDENTITY
§fn from_sample<S>(s: S) -> Selfwhere
Self: FromSample<S>,
fn from_sample<S>(s: S) -> Selfwhere Self: FromSample<S>,
§fn to_signed_sample(self) -> Self::Signed
fn to_signed_sample(self) -> Self::Signed
§fn to_float_sample(self) -> Self::Float
fn to_float_sample(self) -> Self::Float
source§impl Serialize for u64
impl Serialize for u64
source§fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where S: Serializer,
§impl SparseSetIndex for u64
impl SparseSetIndex for u64
§fn sparse_set_index(&self) -> usize
fn sparse_set_index(&self) -> usize
§fn get_sparse_set_index(value: usize) -> u64
fn get_sparse_set_index(value: usize) -> u64
1.34.0 · source§impl TryFrom<i128> for u64
impl TryFrom<i128> for u64
source§fn try_from(u: i128) -> Result<u64, <u64 as TryFrom<i128>>::Error>
fn try_from(u: i128) -> Result<u64, <u64 as TryFrom<i128>>::Error>
Try to create the target number type from a source number type. This returns an error if the source value is outside of the range of the target type.
§type Error = TryFromIntError
type Error = TryFromIntError
1.34.0 · source§impl TryFrom<i16> for u64
impl TryFrom<i16> for u64
source§fn try_from(u: i16) -> Result<u64, <u64 as TryFrom<i16>>::Error>
fn try_from(u: i16) -> Result<u64, <u64 as TryFrom<i16>>::Error>
Try to create the target number type from a source number type. This returns an error if the source value is outside of the range of the target type.
§type Error = TryFromIntError
type Error = TryFromIntError
1.34.0 · source§impl TryFrom<i32> for u64
impl TryFrom<i32> for u64
source§fn try_from(u: i32) -> Result<u64, <u64 as TryFrom<i32>>::Error>
fn try_from(u: i32) -> Result<u64, <u64 as TryFrom<i32>>::Error>
Try to create the target number type from a source number type. This returns an error if the source value is outside of the range of the target type.
§type Error = TryFromIntError
type Error = TryFromIntError
1.34.0 · source§impl TryFrom<i64> for u64
impl TryFrom<i64> for u64
source§fn try_from(u: i64) -> Result<u64, <u64 as TryFrom<i64>>::Error>
fn try_from(u: i64) -> Result<u64, <u64 as TryFrom<i64>>::Error>
Try to create the target number type from a source number type. This returns an error if the source value is outside of the range of the target type.
§type Error = TryFromIntError
type Error = TryFromIntError
1.34.0 · source§impl TryFrom<i8> for u64
impl TryFrom<i8> for u64
source§fn try_from(u: i8) -> Result<u64, <u64 as TryFrom<i8>>::Error>
fn try_from(u: i8) -> Result<u64, <u64 as TryFrom<i8>>::Error>
Try to create the target number type from a source number type. This returns an error if the source value is outside of the range of the target type.
§type Error = TryFromIntError
type Error = TryFromIntError
1.34.0 · source§impl TryFrom<isize> for u64
impl TryFrom<isize> for u64
source§fn try_from(u: isize) -> Result<u64, <u64 as TryFrom<isize>>::Error>
fn try_from(u: isize) -> Result<u64, <u64 as TryFrom<isize>>::Error>
Try to create the target number type from a source number type. This returns an error if the source value is outside of the range of the target type.
§type Error = TryFromIntError
type Error = TryFromIntError
1.34.0 · source§impl TryFrom<u128> for u64
impl TryFrom<u128> for u64
source§fn try_from(u: u128) -> Result<u64, <u64 as TryFrom<u128>>::Error>
fn try_from(u: u128) -> Result<u64, <u64 as TryFrom<u128>>::Error>
Try to create the target number type from a source number type. This returns an error if the source value is outside of the range of the target type.
§type Error = TryFromIntError
type Error = TryFromIntError
1.34.0 · source§impl TryFrom<usize> for u64
impl TryFrom<usize> for u64
source§fn try_from(value: usize) -> Result<u64, <u64 as TryFrom<usize>>::Error>
fn try_from(value: usize) -> Result<u64, <u64 as TryFrom<usize>>::Error>
Try to create the target number type from a source number type. This returns an error if the source value is outside of the range of the target type.