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