Struct rcudnn_sys::CUuuid_st
source · #[repr(C)]pub struct CUuuid_st {
pub bytes: [c_char; 16],
}
Fields§
§bytes: [c_char; 16]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CUuuid_st
impl Send for CUuuid_st
impl Sync for CUuuid_st
impl Unpin for CUuuid_st
impl UnwindSafe for CUuuid_st
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