#[repr(C)]pub struct char3 {
pub x: i8,
pub y: i8,
pub z: i8,
}Fields§
§x: i8§y: i8§z: i8Trait Implementations§
source§impl Ord for char3
impl Ord for char3
source§impl PartialEq<char3> for char3
impl PartialEq<char3> for char3
source§impl PartialOrd<char3> for char3
impl PartialOrd<char3> for char3
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 char3
impl Eq for char3
impl StructuralEq for char3
impl StructuralPartialEq for char3
Auto Trait Implementations§
impl RefUnwindSafe for char3
impl Send for char3
impl Sync for char3
impl Unpin for char3
impl UnwindSafe for char3
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