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