#[repr(C)]pub union XPVCV_aligned {
pub align_me: XPVCV,
pub nv: NV,
pub iv: IV,
}Fields§
§align_me: XPVCV§nv: NV§iv: IVTrait Implementations§
Source§impl Clone for XPVCV_aligned
impl Clone for XPVCV_aligned
Source§fn clone(&self) -> XPVCV_aligned
fn clone(&self) -> XPVCV_aligned
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for XPVCV_aligned
Auto Trait Implementations§
impl Freeze for XPVCV_aligned
impl RefUnwindSafe for XPVCV_aligned
impl !Send for XPVCV_aligned
impl !Sync for XPVCV_aligned
impl Unpin for XPVCV_aligned
impl UnsafeUnpin for XPVCV_aligned
impl UnwindSafe for XPVCV_aligned
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