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