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