#[repr(C)]pub struct ExternalBufferProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub external_memory_properties: ExternalMemoryProperties,
}Expand description
VkExternalBufferProperties
Provided by VK_BASE_VERSION_1_1.
Returned only*, filled by Vulkan, not constructed by the application.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_EXTERNAL_BUFFER_PROPERTIES.
p_next: *mut c_voidOptional, may be null.
external_memory_properties: ExternalMemoryPropertiesImplementations§
Source§impl ExternalBufferProperties
impl ExternalBufferProperties
Sourcepub fn builder<'a>() -> ExternalBufferPropertiesBuilder<'a>
pub fn builder<'a>() -> ExternalBufferPropertiesBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ExternalBufferProperties
impl Clone for ExternalBufferProperties
Source§fn clone(&self) -> ExternalBufferProperties
fn clone(&self) -> ExternalBufferProperties
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 ExternalBufferProperties
impl Debug for ExternalBufferProperties
Source§impl Default for ExternalBufferProperties
impl Default for ExternalBufferProperties
impl Copy for ExternalBufferProperties
Auto Trait Implementations§
impl Freeze for ExternalBufferProperties
impl RefUnwindSafe for ExternalBufferProperties
impl !Send for ExternalBufferProperties
impl !Sync for ExternalBufferProperties
impl Unpin for ExternalBufferProperties
impl UnsafeUnpin for ExternalBufferProperties
impl UnwindSafe for ExternalBufferProperties
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