Enum numa_gpu::runtime::cuda_wrapper::MemAdviseFlags
[−]#[repr(u32)]
pub enum MemAdviseFlags {
CU_MEM_ADVISE_SET_READ_MOSTLY,
CU_MEM_ADVISE_UNSET_READ_MOSTLY,
CU_MEM_ADVISE_SET_PREFERRED_LOCATION,
CU_MEM_ADVISE_UNSET_PREFERRED_LOCATION,
CU_MEM_ADVISE_SET_ACCESSED_BY,
CU_MEM_ADVISE_UNSET_ACCESSED_BY,
}
Variants
CU_MEM_ADVISE_SET_READ_MOSTLY
CU_MEM_ADVISE_UNSET_READ_MOSTLY
CU_MEM_ADVISE_SET_PREFERRED_LOCATION
CU_MEM_ADVISE_UNSET_PREFERRED_LOCATION
CU_MEM_ADVISE_SET_ACCESSED_BY
CU_MEM_ADVISE_UNSET_ACCESSED_BY
Trait Implementations
impl Clone for CUmem_advise_enum
impl Clone for CUmem_advise_enum
pub fn clone(&self) -> CUmem_advise_enum
pub fn clone(&self) -> CUmem_advise_enum
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Debug for CUmem_advise_enum
impl Debug for CUmem_advise_enum
impl Hash for CUmem_advise_enum
impl Hash for CUmem_advise_enum
impl Ord for CUmem_advise_enum
impl Ord for CUmem_advise_enum
impl PartialEq<CUmem_advise_enum> for CUmem_advise_enum
impl PartialEq<CUmem_advise_enum> for CUmem_advise_enum
impl PartialOrd<CUmem_advise_enum> for CUmem_advise_enum
impl PartialOrd<CUmem_advise_enum> for CUmem_advise_enum
pub fn partial_cmp(&self, other: &CUmem_advise_enum) -> Option<Ordering>
pub fn partial_cmp(&self, other: &CUmem_advise_enum) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl Copy for CUmem_advise_enum
impl Eq for CUmem_advise_enum
impl StructuralEq for CUmem_advise_enum
impl StructuralPartialEq for CUmem_advise_enum
Auto Trait Implementations
impl RefUnwindSafe for CUmem_advise_enum
impl Send for CUmem_advise_enum
impl Sync for CUmem_advise_enum
impl Unpin for CUmem_advise_enum
impl UnwindSafe for CUmem_advise_enum
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more