pub struct ByteValue(pub u64);Tuple Fields§
§0: u64Trait Implementations§
impl Eq for ByteValue
impl StructuralPartialEq for ByteValue
Auto Trait Implementations§
impl Freeze for ByteValue
impl RefUnwindSafe for ByteValue
impl Send for ByteValue
impl Sync for ByteValue
impl Unpin for ByteValue
impl UnsafeUnpin for ByteValue
impl UnwindSafe for ByteValue
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