#[repr(transparent)]pub struct cudaGetDriverEntryPointFlags(pub c_uint);
Expand description
Flags to specify search options to be used with ::cudaGetDriverEntryPoint For more details see ::cuGetProcAddress
Tuple Fields§
§0: c_uint
Implementations§
Source§impl cudaGetDriverEntryPointFlags
impl cudaGetDriverEntryPointFlags
Sourcepub const cudaEnableDefault: cudaGetDriverEntryPointFlags
pub const cudaEnableDefault: cudaGetDriverEntryPointFlags
< Default search mode for driver symbols.
Source§impl cudaGetDriverEntryPointFlags
impl cudaGetDriverEntryPointFlags
Sourcepub const cudaEnableLegacyStream: cudaGetDriverEntryPointFlags
pub const cudaEnableLegacyStream: cudaGetDriverEntryPointFlags
< Search for legacy versions of driver symbols.
Source§impl cudaGetDriverEntryPointFlags
impl cudaGetDriverEntryPointFlags
Sourcepub const cudaEnablePerThreadDefaultStream: cudaGetDriverEntryPointFlags
pub const cudaEnablePerThreadDefaultStream: cudaGetDriverEntryPointFlags
< Search for per-thread versions of driver symbols.
Trait Implementations§
Source§impl Clone for cudaGetDriverEntryPointFlags
impl Clone for cudaGetDriverEntryPointFlags
Source§fn clone(&self) -> cudaGetDriverEntryPointFlags
fn clone(&self) -> cudaGetDriverEntryPointFlags
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 cudaGetDriverEntryPointFlags
impl Debug for cudaGetDriverEntryPointFlags
Source§impl Hash for cudaGetDriverEntryPointFlags
impl Hash for cudaGetDriverEntryPointFlags
Source§impl PartialEq for cudaGetDriverEntryPointFlags
impl PartialEq for cudaGetDriverEntryPointFlags
Source§fn eq(&self, other: &cudaGetDriverEntryPointFlags) -> bool
fn eq(&self, other: &cudaGetDriverEntryPointFlags) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for cudaGetDriverEntryPointFlags
impl Eq for cudaGetDriverEntryPointFlags
impl StructuralPartialEq for cudaGetDriverEntryPointFlags
Auto Trait Implementations§
impl Freeze for cudaGetDriverEntryPointFlags
impl RefUnwindSafe for cudaGetDriverEntryPointFlags
impl Send for cudaGetDriverEntryPointFlags
impl Sync for cudaGetDriverEntryPointFlags
impl Unpin for cudaGetDriverEntryPointFlags
impl UnwindSafe for cudaGetDriverEntryPointFlags
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