#[repr(C, packed(1))]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 moreSource§impl Debug for _OSUnalignedU64
impl Debug for _OSUnalignedU64
impl Copy for _OSUnalignedU64
Auto Trait Implementations§
impl Freeze for _OSUnalignedU64
impl RefUnwindSafe for _OSUnalignedU64
impl Send for _OSUnalignedU64
impl Sync for _OSUnalignedU64
impl Unpin for _OSUnalignedU64
impl UnwindSafe for _OSUnalignedU64
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