Struct vulkanalia_sys::MultisamplePropertiesEXT
source · [−]#[repr(C)]pub struct MultisamplePropertiesEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub max_sample_location_grid_size: Extent2D,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidmax_sample_location_grid_size: Extent2DTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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