#[repr(C, packed(1))]pub struct packed_u64 {
pub v: u64,
}
Fields§
§v: u64
Trait Implementations§
Source§impl Clone for packed_u64
impl Clone for packed_u64
Source§fn clone(&self) -> packed_u64
fn clone(&self) -> packed_u64
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for packed_u64
impl Debug for packed_u64
impl Copy for packed_u64
Auto Trait Implementations§
impl Freeze for packed_u64
impl RefUnwindSafe for packed_u64
impl Send for packed_u64
impl Sync for packed_u64
impl Unpin for packed_u64
impl UnwindSafe for packed_u64
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