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