#[repr(C)]pub struct MemoryGetSciBufInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub memory: DeviceMemory,
pub handle_type: ExternalMemoryHandleTypeFlagBits,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_MEMORY_GET_SCI_BUF_INFO_NV.
p_next: *const c_voidOptional, may be null.
memory: DeviceMemory§handle_type: ExternalMemoryHandleTypeFlagBitsImplementations§
Source§impl MemoryGetSciBufInfoNV
impl MemoryGetSciBufInfoNV
Sourcepub fn builder<'a>() -> MemoryGetSciBufInfoNVBuilder<'a>
pub fn builder<'a>() -> MemoryGetSciBufInfoNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for MemoryGetSciBufInfoNV
impl Clone for MemoryGetSciBufInfoNV
Source§fn clone(&self) -> MemoryGetSciBufInfoNV
fn clone(&self) -> MemoryGetSciBufInfoNV
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MemoryGetSciBufInfoNV
Source§impl Debug for MemoryGetSciBufInfoNV
impl Debug for MemoryGetSciBufInfoNV
Auto Trait Implementations§
impl !Send for MemoryGetSciBufInfoNV
impl !Sync for MemoryGetSciBufInfoNV
impl Freeze for MemoryGetSciBufInfoNV
impl RefUnwindSafe for MemoryGetSciBufInfoNV
impl Unpin for MemoryGetSciBufInfoNV
impl UnsafeUnpin for MemoryGetSciBufInfoNV
impl UnwindSafe for MemoryGetSciBufInfoNV
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