Struct ash::vk::MemoryZirconHandlePropertiesFUCHSIA
source · #[repr(C)]pub struct MemoryZirconHandlePropertiesFUCHSIA {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub memory_type_bits: u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§memory_type_bits: u32
Implementations§
source§impl MemoryZirconHandlePropertiesFUCHSIA
impl MemoryZirconHandlePropertiesFUCHSIA
pub fn builder<'a>() -> MemoryZirconHandlePropertiesFUCHSIABuilder<'a>
Trait Implementations§
source§impl Clone for MemoryZirconHandlePropertiesFUCHSIA
impl Clone for MemoryZirconHandlePropertiesFUCHSIA
source§fn clone(&self) -> MemoryZirconHandlePropertiesFUCHSIA
fn clone(&self) -> MemoryZirconHandlePropertiesFUCHSIA
Returns a copy 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 TaggedStructure for MemoryZirconHandlePropertiesFUCHSIA
impl TaggedStructure for MemoryZirconHandlePropertiesFUCHSIA
const STRUCTURE_TYPE: StructureType = StructureType::MEMORY_ZIRCON_HANDLE_PROPERTIES_FUCHSIA
impl 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 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