Struct PhysicalDeviceFeatures
#[repr(C, align(4))]pub struct PhysicalDeviceFeatures {
pub _bindgen_opaque_blob: [u32; 55],
}
Fields§
§_bindgen_opaque_blob: [u32; 55]
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceFeatures
impl RefUnwindSafe for VkPhysicalDeviceFeatures
impl Send for VkPhysicalDeviceFeatures
impl Sync for VkPhysicalDeviceFeatures
impl Unpin for VkPhysicalDeviceFeatures
impl UnwindSafe for VkPhysicalDeviceFeatures
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