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