#[repr(C)]pub union OverlayWithEquallySizedVariantsVariant {
pub a: u64,
pub b: i64,
pub c: OverlayStructVariant,
pub d: u64,
}Fields§
§a: u64§b: i64§c: OverlayStructVariant§d: u64Trait Implementations§
Source§impl Clone for OverlayWithEquallySizedVariantsVariant
impl Clone for OverlayWithEquallySizedVariantsVariant
Source§fn clone(&self) -> OverlayWithEquallySizedVariantsVariant
fn clone(&self) -> OverlayWithEquallySizedVariantsVariant
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OverlayWithEquallySizedVariantsVariant
impl IntoBytes for OverlayWithEquallySizedVariantsVariant
Auto Trait Implementations§
impl Freeze for OverlayWithEquallySizedVariantsVariant
impl RefUnwindSafe for OverlayWithEquallySizedVariantsVariant
impl Send for OverlayWithEquallySizedVariantsVariant
impl Sync for OverlayWithEquallySizedVariantsVariant
impl Unpin for OverlayWithEquallySizedVariantsVariant
impl UnwindSafe for OverlayWithEquallySizedVariantsVariant
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