Struct ash::vk::SysmemColorSpaceFUCHSIA
source · #[repr(C)]pub struct SysmemColorSpaceFUCHSIA {
pub s_type: StructureType,
pub p_next: *const c_void,
pub color_space: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§color_space: u32Implementations§
source§impl SysmemColorSpaceFUCHSIA
impl SysmemColorSpaceFUCHSIA
pub fn builder<'a>() -> SysmemColorSpaceFUCHSIABuilder<'a>
Trait Implementations§
source§impl Clone for SysmemColorSpaceFUCHSIA
impl Clone for SysmemColorSpaceFUCHSIA
source§fn clone(&self) -> SysmemColorSpaceFUCHSIA
fn clone(&self) -> SysmemColorSpaceFUCHSIA
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