#[repr(C)]pub struct PhysicalDeviceMemoryPriorityFeaturesEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub memory_priority: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§memory_priority: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceMemoryPriorityFeaturesEXT
impl Clone for PhysicalDeviceMemoryPriorityFeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceMemoryPriorityFeaturesEXT
fn clone(&self) -> PhysicalDeviceMemoryPriorityFeaturesEXT
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 PartialEq for PhysicalDeviceMemoryPriorityFeaturesEXT
impl PartialEq for PhysicalDeviceMemoryPriorityFeaturesEXT
Source§fn eq(&self, other: &PhysicalDeviceMemoryPriorityFeaturesEXT) -> bool
fn eq(&self, other: &PhysicalDeviceMemoryPriorityFeaturesEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceMemoryPriorityFeaturesEXT
impl Eq for PhysicalDeviceMemoryPriorityFeaturesEXT
impl Send for PhysicalDeviceMemoryPriorityFeaturesEXT
impl StructuralPartialEq for PhysicalDeviceMemoryPriorityFeaturesEXT
impl Sync for PhysicalDeviceMemoryPriorityFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMemoryPriorityFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceMemoryPriorityFeaturesEXT
impl Unpin for PhysicalDeviceMemoryPriorityFeaturesEXT
impl UnwindSafe for PhysicalDeviceMemoryPriorityFeaturesEXT
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