pub struct TSet(pub [u64; 4]);Tuple Fields§
§0: [u64; 4]Implementations§
Trait Implementations§
Source§impl Ord for TSet
impl Ord for TSet
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for TSet
impl PartialOrd for TSet
impl Copy for TSet
impl Eq for TSet
impl StructuralPartialEq for TSet
Auto Trait Implementations§
impl Freeze for TSet
impl RefUnwindSafe for TSet
impl Send for TSet
impl Sync for TSet
impl Unpin for TSet
impl UnsafeUnpin for TSet
impl UnwindSafe for TSet
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