Struct ash::vk::MemoryPriorityAllocateInfoEXT
source · #[repr(C)]pub struct MemoryPriorityAllocateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub priority: f32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§priority: f32
Implementations§
source§impl MemoryPriorityAllocateInfoEXT
impl MemoryPriorityAllocateInfoEXT
pub fn builder<'a>() -> MemoryPriorityAllocateInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for MemoryPriorityAllocateInfoEXT
impl Clone for MemoryPriorityAllocateInfoEXT
source§fn clone(&self) -> MemoryPriorityAllocateInfoEXT
fn clone(&self) -> MemoryPriorityAllocateInfoEXT
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 MemoryPriorityAllocateInfoEXT
impl TaggedStructure for MemoryPriorityAllocateInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::MEMORY_PRIORITY_ALLOCATE_INFO_EXT
impl Copy for MemoryPriorityAllocateInfoEXT
impl ExtendsMemoryAllocateInfo for MemoryPriorityAllocateInfoEXT
Auto Trait Implementations§
impl Freeze for MemoryPriorityAllocateInfoEXT
impl RefUnwindSafe for MemoryPriorityAllocateInfoEXT
impl !Send for MemoryPriorityAllocateInfoEXT
impl !Sync for MemoryPriorityAllocateInfoEXT
impl Unpin for MemoryPriorityAllocateInfoEXT
impl UnwindSafe for MemoryPriorityAllocateInfoEXT
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