#[repr(C)]pub union nvmlUUIDValue_t {
pub str_: [c_char; 41],
pub bytes: [c_uchar; 16],
}Fields§
§str_: [c_char; 41]§bytes: [c_uchar; 16]Trait Implementations§
Source§impl Clone for nvmlUUIDValue_t
impl Clone for nvmlUUIDValue_t
Source§fn clone(&self) -> nvmlUUIDValue_t
fn clone(&self) -> nvmlUUIDValue_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for nvmlUUIDValue_t
Auto Trait Implementations§
impl Freeze for nvmlUUIDValue_t
impl RefUnwindSafe for nvmlUUIDValue_t
impl Send for nvmlUUIDValue_t
impl Sync for nvmlUUIDValue_t
impl Unpin for nvmlUUIDValue_t
impl UnsafeUnpin for nvmlUUIDValue_t
impl UnwindSafe for nvmlUUIDValue_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