#[repr(C)]pub struct hipPos {
pub x: usize,
pub y: usize,
pub z: usize,
}Fields§
§x: usize§y: usize§z: usizeTrait Implementations§
source§impl Ord for hipPos
impl Ord for hipPos
source§impl PartialEq<hipPos> for hipPos
impl PartialEq<hipPos> for hipPos
source§impl PartialOrd<hipPos> for hipPos
impl PartialOrd<hipPos> for hipPos
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for hipPos
impl Eq for hipPos
impl StructuralEq for hipPos
impl StructuralPartialEq for hipPos
Auto Trait Implementations§
impl RefUnwindSafe for hipPos
impl Send for hipPos
impl Sync for hipPos
impl Unpin for hipPos
impl UnwindSafe for hipPos
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