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