#[repr(C)]pub struct MemorySciBufPropertiesNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub memory_type_bits: u32,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_MEMORY_SCI_BUF_PROPERTIES_NV.
p_next: *const c_voidOptional, may be null.
memory_type_bits: u32Implementations§
Source§impl MemorySciBufPropertiesNV
impl MemorySciBufPropertiesNV
Sourcepub fn builder<'a>() -> MemorySciBufPropertiesNVBuilder<'a>
pub fn builder<'a>() -> MemorySciBufPropertiesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for MemorySciBufPropertiesNV
impl Clone for MemorySciBufPropertiesNV
Source§fn clone(&self) -> MemorySciBufPropertiesNV
fn clone(&self) -> MemorySciBufPropertiesNV
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 MemorySciBufPropertiesNV
impl Debug for MemorySciBufPropertiesNV
Source§impl Default for MemorySciBufPropertiesNV
impl Default for MemorySciBufPropertiesNV
impl Copy for MemorySciBufPropertiesNV
Auto Trait Implementations§
impl Freeze for MemorySciBufPropertiesNV
impl RefUnwindSafe for MemorySciBufPropertiesNV
impl !Send for MemorySciBufPropertiesNV
impl !Sync for MemorySciBufPropertiesNV
impl Unpin for MemorySciBufPropertiesNV
impl UnsafeUnpin for MemorySciBufPropertiesNV
impl UnwindSafe for MemorySciBufPropertiesNV
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