#[repr(C)]pub struct CuModuleTexturingModeCreateInfoNVX {
pub s_type: StructureType,
pub next: *const c_void,
pub use64bit_texturing: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§use64bit_texturing: Bool32Trait Implementations§
Source§impl Clone for CuModuleTexturingModeCreateInfoNVX
impl Clone for CuModuleTexturingModeCreateInfoNVX
Source§fn clone(&self) -> CuModuleTexturingModeCreateInfoNVX
fn clone(&self) -> CuModuleTexturingModeCreateInfoNVX
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 CuModuleTexturingModeCreateInfoNVX
impl PartialEq for CuModuleTexturingModeCreateInfoNVX
Source§fn eq(&self, other: &CuModuleTexturingModeCreateInfoNVX) -> bool
fn eq(&self, other: &CuModuleTexturingModeCreateInfoNVX) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CuModuleTexturingModeCreateInfoNVX
impl Eq for CuModuleTexturingModeCreateInfoNVX
impl Send for CuModuleTexturingModeCreateInfoNVX
impl StructuralPartialEq for CuModuleTexturingModeCreateInfoNVX
impl Sync for CuModuleTexturingModeCreateInfoNVX
Auto Trait Implementations§
impl Freeze for CuModuleTexturingModeCreateInfoNVX
impl RefUnwindSafe for CuModuleTexturingModeCreateInfoNVX
impl Unpin for CuModuleTexturingModeCreateInfoNVX
impl UnwindSafe for CuModuleTexturingModeCreateInfoNVX
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