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