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