#[repr(u32)]pub enum hipMemHandleType {
hipMemHandleTypeGeneric = 0,
}Expand description
@brief Memory handle type @enum @ingroup Enumerations
Variants§
hipMemHandleTypeGeneric = 0
< Generic handle type
Trait Implementations§
Source§impl Clone for hipMemHandleType
impl Clone for hipMemHandleType
Source§fn clone(&self) -> hipMemHandleType
fn clone(&self) -> hipMemHandleType
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 hipMemHandleType
impl Debug for hipMemHandleType
Source§impl Hash for hipMemHandleType
impl Hash for hipMemHandleType
Source§impl PartialEq for hipMemHandleType
impl PartialEq for hipMemHandleType
impl Copy for hipMemHandleType
impl Eq for hipMemHandleType
impl StructuralPartialEq for hipMemHandleType
Auto Trait Implementations§
impl Freeze for hipMemHandleType
impl RefUnwindSafe for hipMemHandleType
impl Send for hipMemHandleType
impl Sync for hipMemHandleType
impl Unpin for hipMemHandleType
impl UnwindSafe for hipMemHandleType
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