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