pub struct Point3 {
pub x: isize,
pub y: isize,
pub z: isize,
}
Fieldsยง
ยงx: isize
ยงy: isize
ยงz: isize
Implementationsยง
Trait Implementationsยง
impl Copy for Point3
impl StructuralPartialEq for Point3
Auto Trait Implementationsยง
impl Freeze for Point3
impl RefUnwindSafe for Point3
impl Send for Point3
impl Sync for Point3
impl Unpin for Point3
impl UnwindSafe for Point3
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