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