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