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