#[repr(C)]pub struct PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub pageable_device_local_memory: Bool32,
}Expand description
Vulkan Manual Page · Structure
Fields§
§s_type: StructureType§p_next: *mut c_void§pageable_device_local_memory: Bool32Implementations§
Source§impl PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
pub const STRUCTURE_TYPE: StructureType = crate::vk1_0::StructureType::PHYSICAL_DEVICE_PAGEABLE_DEVICE_LOCAL_MEMORY_FEATURES_EXT
Source§impl PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
pub fn into_builder<'a>( self, ) -> PhysicalDevicePageableDeviceLocalMemoryFeaturesEXTBuilder<'a>
Trait Implementations§
Source§impl Clone for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl Clone for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
Source§fn clone(&self) -> PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
fn clone(&self) -> PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
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<'a> ExtendableFrom<'a, PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT> for DeviceCreateInfoBuilder<'a>
impl<'a> ExtendableFrom<'a, PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT> for DeviceCreateInfoBuilder<'a>
Source§impl<'a> ExtendableFrom<'a, PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT> for PhysicalDeviceFeatures2Builder<'a>
impl<'a> ExtendableFrom<'a, PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT> for PhysicalDeviceFeatures2Builder<'a>
impl Copy for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl RefUnwindSafe for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl !Send for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl !Sync for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl Unpin for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
impl UnwindSafe for PhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
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