pub union V64Union {
/* private fields */
}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for V64Union
impl RefUnwindSafe for V64Union
impl Send for V64Union
impl Sync for V64Union
impl Unpin for V64Union
impl UnwindSafe for V64Union
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