pub struct I32xyz {
pub x: i32,
pub y: i32,
pub z: i32,
}
Expand description
XYZ triple 32-bit float
Fields§
§x: i32
§y: i32
§z: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for I32xyz
impl RefUnwindSafe for I32xyz
impl Send for I32xyz
impl Sync for I32xyz
impl Unpin for I32xyz
impl UnwindSafe for I32xyz
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