#[repr(transparent)]pub struct NonMaxU8(/* private fields */);
Expand description
An integer that is known not to equal its maximum value.
Implementations§
§impl NonMaxU8
impl NonMaxU8
pub const fn new(value: u8) -> Option<NonMaxU8>
pub const fn new(value: u8) -> Option<NonMaxU8>
Creates a new non-max if the given value is not the maximum value.
pub const unsafe fn new_unchecked(value: u8) -> NonMaxU8
pub const unsafe fn new_unchecked(value: u8) -> NonMaxU8
Creates a new non-max without checking the value.
Safety
The value must not equal the maximum representable value for the primitive type.
Trait Implementations§
§impl BitAndAssign<NonMaxU8> for NonMaxU8
impl BitAndAssign<NonMaxU8> for NonMaxU8
§fn bitand_assign(&mut self, rhs: NonMaxU8)
fn bitand_assign(&mut self, rhs: NonMaxU8)
Performs the
&=
operation. Read more§impl BitAndAssign<u8> for NonMaxU8
impl BitAndAssign<u8> for NonMaxU8
§fn bitand_assign(&mut self, rhs: u8)
fn bitand_assign(&mut self, rhs: u8)
Performs the
&=
operation. Read more§impl From<NonMaxU8> for NonMaxI128
impl From<NonMaxU8> for NonMaxI128
§fn from(small: NonMaxU8) -> NonMaxI128
fn from(small: NonMaxU8) -> NonMaxI128
Converts to this type from the input type.
§impl From<NonMaxU8> for NonMaxIsize
impl From<NonMaxU8> for NonMaxIsize
§fn from(small: NonMaxU8) -> NonMaxIsize
fn from(small: NonMaxU8) -> NonMaxIsize
Converts to this type from the input type.
§impl From<NonMaxU8> for NonMaxU128
impl From<NonMaxU8> for NonMaxU128
§fn from(small: NonMaxU8) -> NonMaxU128
fn from(small: NonMaxU8) -> NonMaxU128
Converts to this type from the input type.
§impl From<NonMaxU8> for NonMaxUsize
impl From<NonMaxU8> for NonMaxUsize
§fn from(small: NonMaxU8) -> NonMaxUsize
fn from(small: NonMaxU8) -> NonMaxUsize
Converts to this type from the input type.
§impl Ord for NonMaxU8
impl Ord for NonMaxU8
§impl PartialOrd<NonMaxU8> for NonMaxU8
impl PartialOrd<NonMaxU8> for NonMaxU8
§fn partial_cmp(&self, other: &NonMaxU8) -> Option<Ordering>
fn partial_cmp(&self, other: &NonMaxU8) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for NonMaxU8
impl Eq for NonMaxU8
impl StructuralEq for NonMaxU8
impl StructuralPartialEq for NonMaxU8
Auto Trait Implementations§
impl RefUnwindSafe for NonMaxU8
impl Send for NonMaxU8
impl Sync for NonMaxU8
impl Unpin for NonMaxU8
impl UnwindSafe for NonMaxU8
Blanket Implementations§
§impl<T, U> AsBindGroupShaderType<U> for Twhere
U: ShaderType,
&'a T: for<'a> Into<U>,
impl<T, U> AsBindGroupShaderType<U> for Twhere U: ShaderType, &'a T: for<'a> Into<U>,
§fn as_bind_group_shader_type(&self, _images: &RenderAssets<Image>) -> U
fn as_bind_group_shader_type(&self, _images: &RenderAssets<Image>) -> U
Return the
T
ShaderType
for self
. When used in AsBindGroup
derives, it is safe to assume that all images in self
exist.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
§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere T: Any,
§fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>
fn into_any(self: Box<T, Global>) -> Box<dyn Any, Global>
Convert
Box<dyn Trait>
(where Trait: Downcast
) to Box<dyn Any>
. Box<dyn Any>
can
then be further downcast
into Box<ConcreteType>
where ConcreteType
implements Trait
.§fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>
fn into_any_rc(self: Rc<T, Global>) -> Rc<dyn Any, Global>
Convert
Rc<Trait>
(where Trait: Downcast
) to Rc<Any>
. Rc<Any>
can then be
further downcast
into Rc<ConcreteType>
where ConcreteType
implements Trait
.§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Convert
&Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &Any
’s vtable from &Trait
’s.§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert
&mut Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &mut Any
’s vtable from &mut Trait
’s.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<S> FromSample<S> for S
impl<S> FromSample<S> for S
fn from_sample_(s: S) -> S
§impl<T> FromWorld for Twhere
T: Default,
impl<T> FromWorld for Twhere T: Default,
§fn from_world(_world: &mut World) -> T
fn from_world(_world: &mut World) -> T
Creates
Self
using data from the given World
.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
§impl<F, T> IntoSample<T> for Fwhere
T: FromSample<F>,
impl<F, T> IntoSample<T> for Fwhere T: FromSample<F>,
fn into_sample(self) -> T
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for Pwhere
R: Read + ReadEndian<P>,
P: Default,
impl<R, P> ReadPrimitive<R> for Pwhere R: Read + ReadEndian<P>, P: Default,
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian()
.