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