Union unaligned_64
#[repr(C, packed(1))]
pub union unaligned_64 {
pub l: u64,
}
Fields§
§l: u64
Trait Implementations§
§impl Clone for unaligned_64
impl Clone for unaligned_64
§fn clone(&self) -> unaligned_64
fn clone(&self) -> unaligned_64
Returns a copy 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 more§impl Debug for unaligned_64
impl Debug for unaligned_64
impl Copy for unaligned_64
Auto Trait Implementations§
impl Freeze for unaligned_64
impl RefUnwindSafe for unaligned_64
impl Send for unaligned_64
impl Sync for unaligned_64
impl Unpin for unaligned_64
impl UnwindSafe for unaligned_64
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