#[repr(C)]pub struct ushort1 {
pub x: c_ushort,
}
Fields§
§x: c_ushort
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ushort1
impl RefUnwindSafe for ushort1
impl Send for ushort1
impl Sync for ushort1
impl Unpin for ushort1
impl UnwindSafe for ushort1
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