Struct screen_13::prelude::vk::OpticalFlowImageFormatPropertiesNV
source · pub struct OpticalFlowImageFormatPropertiesNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub format: Format,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§format: FormatImplementations§
source§impl OpticalFlowImageFormatPropertiesNV
impl OpticalFlowImageFormatPropertiesNV
pub fn builder<'a>() -> OpticalFlowImageFormatPropertiesNVBuilder<'a>
Trait Implementations§
source§impl Clone for OpticalFlowImageFormatPropertiesNV
impl Clone for OpticalFlowImageFormatPropertiesNV
source§fn clone(&self) -> OpticalFlowImageFormatPropertiesNV
fn clone(&self) -> OpticalFlowImageFormatPropertiesNV
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 moresource§impl Default for OpticalFlowImageFormatPropertiesNV
impl Default for OpticalFlowImageFormatPropertiesNV
source§fn default() -> OpticalFlowImageFormatPropertiesNV
fn default() -> OpticalFlowImageFormatPropertiesNV
Returns the “default value” for a type. Read more