#[repr(C)]pub struct UnionValue { /* private fields */ }
Trait Implementations§
Source§impl Default for UnionValue
impl Default for UnionValue
Source§fn default() -> UnionValue
fn default() -> UnionValue
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UnionValue
impl RefUnwindSafe for UnionValue
impl Send for UnionValue
impl Sync for UnionValue
impl Unpin for UnionValue
impl UnwindSafe for UnionValue
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