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