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