pub struct MergeByte32;
Expand description
TODO(doc): @quake
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MergeByte32
impl RefUnwindSafe for MergeByte32
impl Send for MergeByte32
impl Sync for MergeByte32
impl Unpin for MergeByte32
impl UnwindSafe for MergeByte32
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