#[repr(C)]pub struct cuLibraryLoadData_params_st {
pub library: *mut CUlibrary,
pub code: *const c_void,
pub jitOptions: *mut CUjit_option,
pub jitOptionsValues: *mut *mut c_void,
pub numJitOptions: c_uint,
pub libraryOptions: *mut CUlibraryOption,
pub libraryOptionValues: *mut *mut c_void,
pub numLibraryOptions: c_uint,
}Fields§
§library: *mut CUlibrary§code: *const c_void§jitOptions: *mut CUjit_option§jitOptionsValues: *mut *mut c_void§numJitOptions: c_uint§libraryOptions: *mut CUlibraryOption§libraryOptionValues: *mut *mut c_void§numLibraryOptions: c_uintTrait Implementations§
Source§impl Clone for cuLibraryLoadData_params_st
impl Clone for cuLibraryLoadData_params_st
Source§fn clone(&self) -> cuLibraryLoadData_params_st
fn clone(&self) -> cuLibraryLoadData_params_st
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 cuLibraryLoadData_params_st
impl Debug for cuLibraryLoadData_params_st
Source§impl Hash for cuLibraryLoadData_params_st
impl Hash for cuLibraryLoadData_params_st
Source§impl Ord for cuLibraryLoadData_params_st
impl Ord for cuLibraryLoadData_params_st
Source§fn cmp(&self, other: &cuLibraryLoadData_params_st) -> Ordering
fn cmp(&self, other: &cuLibraryLoadData_params_st) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for cuLibraryLoadData_params_st
impl PartialOrd for cuLibraryLoadData_params_st
impl Copy for cuLibraryLoadData_params_st
impl Eq for cuLibraryLoadData_params_st
impl StructuralPartialEq for cuLibraryLoadData_params_st
Auto Trait Implementations§
impl Freeze for cuLibraryLoadData_params_st
impl RefUnwindSafe for cuLibraryLoadData_params_st
impl !Send for cuLibraryLoadData_params_st
impl !Sync for cuLibraryLoadData_params_st
impl Unpin for cuLibraryLoadData_params_st
impl UnsafeUnpin for cuLibraryLoadData_params_st
impl UnwindSafe for cuLibraryLoadData_params_st
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