Struct ash::vk::MultisamplePropertiesEXT [−][src]
#[repr(C)]pub struct MultisamplePropertiesEXT { pub s_type: StructureType, pub p_next: *mut c_void, pub max_sample_location_grid_size: Extent2D, }
Expand description
Fields
s_type: StructureTypep_next: *mut c_voidmax_sample_location_grid_size: Extent2DImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MultisamplePropertiesEXT
impl !Send for MultisamplePropertiesEXT
impl !Sync for MultisamplePropertiesEXT
impl Unpin for MultisamplePropertiesEXT
impl UnwindSafe for MultisamplePropertiesEXT
Blanket Implementations
Mutably borrows from an owned value. Read more