#[repr(u32)]pub enum hipJitCacheMode {
hipJitCacheOptionNone = 0,
hipJitCacheOptionCG = 1,
hipJitCacheOptionCA = 2,
}Expand description
hipJitCacheMode
Variants§
Trait Implementations§
Source§impl Clone for hipJitCacheMode
impl Clone for hipJitCacheMode
Source§fn clone(&self) -> hipJitCacheMode
fn clone(&self) -> hipJitCacheMode
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 hipJitCacheMode
Source§impl Debug for hipJitCacheMode
impl Debug for hipJitCacheMode
impl Eq for hipJitCacheMode
Source§impl Hash for hipJitCacheMode
impl Hash for hipJitCacheMode
Source§impl PartialEq for hipJitCacheMode
impl PartialEq for hipJitCacheMode
impl StructuralPartialEq for hipJitCacheMode
Auto Trait Implementations§
impl Freeze for hipJitCacheMode
impl RefUnwindSafe for hipJitCacheMode
impl Send for hipJitCacheMode
impl Sync for hipJitCacheMode
impl Unpin for hipJitCacheMode
impl UnsafeUnpin for hipJitCacheMode
impl UnwindSafe for hipJitCacheMode
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