#[repr(transparent)]pub struct CUmemHandleType(pub c_uint);
Expand description
Memory handle types Memory handle types
Tuple Fields§
§0: c_uint
Implementations§
Trait Implementations§
Source§impl Clone for CUmemHandleType_enum
impl Clone for CUmemHandleType_enum
Source§fn clone(&self) -> CUmemHandleType_enum
fn clone(&self) -> CUmemHandleType_enum
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CUmemHandleType_enum
impl Debug for CUmemHandleType_enum
Source§impl Hash for CUmemHandleType_enum
impl Hash for CUmemHandleType_enum
Source§impl PartialEq for CUmemHandleType_enum
impl PartialEq for CUmemHandleType_enum
impl Copy for CUmemHandleType_enum
impl Eq for CUmemHandleType_enum
impl StructuralPartialEq for CUmemHandleType_enum
Auto Trait Implementations§
impl Freeze for CUmemHandleType_enum
impl RefUnwindSafe for CUmemHandleType_enum
impl Send for CUmemHandleType_enum
impl Sync for CUmemHandleType_enum
impl Unpin for CUmemHandleType_enum
impl UnwindSafe for CUmemHandleType_enum
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