#[repr(transparent)]pub struct CUdriverProcAddressQueryResult(pub c_uint);
Expand description
Flags to indicate search status. For more details see ::cuGetProcAddress Flags to indicate search status. For more details see ::cuGetProcAddress
Tuple Fields§
§0: c_uint
Implementations§
Source§impl CUdriverProcAddressQueryResult_enum
impl CUdriverProcAddressQueryResult_enum
Sourcepub const CU_GET_PROC_ADDRESS_SUCCESS: CUdriverProcAddressQueryResult_enum
pub const CU_GET_PROC_ADDRESS_SUCCESS: CUdriverProcAddressQueryResult_enum
< Symbol was succesfully found
Source§impl CUdriverProcAddressQueryResult_enum
impl CUdriverProcAddressQueryResult_enum
Sourcepub const CU_GET_PROC_ADDRESS_SYMBOL_NOT_FOUND: CUdriverProcAddressQueryResult_enum
pub const CU_GET_PROC_ADDRESS_SYMBOL_NOT_FOUND: CUdriverProcAddressQueryResult_enum
< Symbol was not found in search
Source§impl CUdriverProcAddressQueryResult_enum
impl CUdriverProcAddressQueryResult_enum
Sourcepub const CU_GET_PROC_ADDRESS_VERSION_NOT_SUFFICIENT: CUdriverProcAddressQueryResult_enum
pub const CU_GET_PROC_ADDRESS_VERSION_NOT_SUFFICIENT: CUdriverProcAddressQueryResult_enum
< Symbol was found but version supplied was not sufficient
Trait Implementations§
Source§impl Clone for CUdriverProcAddressQueryResult_enum
impl Clone for CUdriverProcAddressQueryResult_enum
Source§fn clone(&self) -> CUdriverProcAddressQueryResult_enum
fn clone(&self) -> CUdriverProcAddressQueryResult_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 PartialEq for CUdriverProcAddressQueryResult_enum
impl PartialEq for CUdriverProcAddressQueryResult_enum
Source§fn eq(&self, other: &CUdriverProcAddressQueryResult_enum) -> bool
fn eq(&self, other: &CUdriverProcAddressQueryResult_enum) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CUdriverProcAddressQueryResult_enum
impl Eq for CUdriverProcAddressQueryResult_enum
impl StructuralPartialEq for CUdriverProcAddressQueryResult_enum
Auto Trait Implementations§
impl Freeze for CUdriverProcAddressQueryResult_enum
impl RefUnwindSafe for CUdriverProcAddressQueryResult_enum
impl Send for CUdriverProcAddressQueryResult_enum
impl Sync for CUdriverProcAddressQueryResult_enum
impl Unpin for CUdriverProcAddressQueryResult_enum
impl UnwindSafe for CUdriverProcAddressQueryResult_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