#[repr(C)]pub struct CuModuleTexturingModeCreateInfoNVX {
pub s_type: StructureType,
pub p_next: *const c_void,
pub use64bit_texturing: u32,
}Expand description
VkCuModuleTexturingModeCreateInfoNVX
Provided by VK_NVX_binary_import.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_CU_MODULE_TEXTURING_MODE_CREATE_INFO_NVX.
p_next: *const c_voidOptional, may be null.
use64bit_texturing: u32Implementations§
Source§impl CuModuleTexturingModeCreateInfoNVX
impl CuModuleTexturingModeCreateInfoNVX
Sourcepub fn builder<'a>() -> CuModuleTexturingModeCreateInfoNVXBuilder<'a>
pub fn builder<'a>() -> CuModuleTexturingModeCreateInfoNVXBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait 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 moreimpl Copy for CuModuleTexturingModeCreateInfoNVX
impl ExtendsCuModuleCreateInfoNVX for CuModuleTexturingModeCreateInfoNVX
Auto Trait Implementations§
impl Freeze for CuModuleTexturingModeCreateInfoNVX
impl RefUnwindSafe for CuModuleTexturingModeCreateInfoNVX
impl !Send for CuModuleTexturingModeCreateInfoNVX
impl !Sync for CuModuleTexturingModeCreateInfoNVX
impl Unpin for CuModuleTexturingModeCreateInfoNVX
impl UnsafeUnpin 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