#[repr(C, packed)]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 more