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