pub struct U32TooBig(/* private fields */);Expand description
A u32 is too big to fit in an Opr24.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for U32TooBig
impl RefUnwindSafe for U32TooBig
impl Send for U32TooBig
impl Sync for U32TooBig
impl Unpin for U32TooBig
impl UnwindSafe for U32TooBig
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