Struct ash::vk::OpticalFlowImageFormatPropertiesNV
source · #[repr(C)]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: Format
Implementations§
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 TaggedStructure for OpticalFlowImageFormatPropertiesNV
impl TaggedStructure for OpticalFlowImageFormatPropertiesNV
const STRUCTURE_TYPE: StructureType = StructureType::OPTICAL_FLOW_IMAGE_FORMAT_PROPERTIES_NV
impl Copy for OpticalFlowImageFormatPropertiesNV
Auto Trait Implementations§
impl Freeze for OpticalFlowImageFormatPropertiesNV
impl RefUnwindSafe for OpticalFlowImageFormatPropertiesNV
impl !Send for OpticalFlowImageFormatPropertiesNV
impl !Sync for OpticalFlowImageFormatPropertiesNV
impl Unpin for OpticalFlowImageFormatPropertiesNV
impl UnwindSafe for OpticalFlowImageFormatPropertiesNV
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