pub struct WrappedMaxBytes(pub [u8; 8]);
Tuple Fields§
§0: [u8; 8]
Implementations§
Trait Implementations§
Source§impl From<&i64> for WrappedMaxBytes
impl From<&i64> for WrappedMaxBytes
Source§impl From<i64> for WrappedMaxBytes
impl From<i64> for WrappedMaxBytes
Auto Trait Implementations§
impl Freeze for WrappedMaxBytes
impl RefUnwindSafe for WrappedMaxBytes
impl Send for WrappedMaxBytes
impl Sync for WrappedMaxBytes
impl Unpin for WrappedMaxBytes
impl UnwindSafe for WrappedMaxBytes
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