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