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