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