#[repr(C)]pub struct hipUUID_t {
pub bytes: [c_char; 16],
}
Fields§
§bytes: [c_char; 16]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for hipUUID_t
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