pub struct UnsignedByte(pub u8);Expand description
Unsigned 8-bit integer.
Tuple Fields§
§0: u8Trait Implementations§
Source§impl Clone for UnsignedByte
impl Clone for UnsignedByte
Source§fn clone(&self) -> UnsignedByte
fn clone(&self) -> UnsignedByte
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UnsignedByte
Source§impl Debug for UnsignedByte
impl Debug for UnsignedByte
Source§impl Default for UnsignedByte
impl Default for UnsignedByte
Source§fn default() -> UnsignedByte
fn default() -> UnsignedByte
Returns the “default value” for a type. Read more
impl Eq for UnsignedByte
Source§impl Hash for UnsignedByte
impl Hash for UnsignedByte
Source§impl PartialEq for UnsignedByte
impl PartialEq for UnsignedByte
impl StructuralPartialEq for UnsignedByte
Auto Trait Implementations§
impl Freeze for UnsignedByte
impl RefUnwindSafe for UnsignedByte
impl Send for UnsignedByte
impl Sync for UnsignedByte
impl Unpin for UnsignedByte
impl UnsafeUnpin for UnsignedByte
impl UnwindSafe for UnsignedByte
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