pub type FormatProperties2KHR = FormatProperties2;
Aliased Type§
struct FormatProperties2KHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub format_properties: FormatProperties,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§format_properties: FormatProperties
Implementations
Source§impl FormatProperties2
impl FormatProperties2
pub fn builder<'a>() -> FormatProperties2Builder<'a>
Trait Implementations
Source§impl Clone for FormatProperties2
impl Clone for FormatProperties2
Source§fn clone(&self) -> FormatProperties2
fn clone(&self) -> FormatProperties2
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more