Struct skia_bindings::VkPhysicalDeviceFeatures 
source · #[repr(C)]#[repr(align(4))]pub struct VkPhysicalDeviceFeatures {
    pub _bindgen_opaque_blob: [u32; 55],
}Fields§
§_bindgen_opaque_blob: [u32; 55]Auto Trait Implementations§
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