#[repr(C)]pub struct PhysicalDeviceProperties2KHR {
pub sType: StructureType,
pub pNext: *mut PhysicalDeviceSubgroupProperties,
pub properties: PhysicalDeviceProperties,
}
Fields§
§sType: StructureType
§pNext: *mut PhysicalDeviceSubgroupProperties
§properties: PhysicalDeviceProperties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceProperties2KHR
impl RefUnwindSafe for PhysicalDeviceProperties2KHR
impl !Send for PhysicalDeviceProperties2KHR
impl !Sync for PhysicalDeviceProperties2KHR
impl Unpin for PhysicalDeviceProperties2KHR
impl UnwindSafe for PhysicalDeviceProperties2KHR
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