#[repr(C, packed)]pub struct _OSUnalignedU64 {
pub __val: u64,
}
Fields§
§__val: u64
Trait Implementations§
source§impl Clone for _OSUnalignedU64
impl Clone for _OSUnalignedU64
source§fn clone(&self) -> _OSUnalignedU64
fn clone(&self) -> _OSUnalignedU64
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