#[repr(C)]pub struct SysmemColorSpaceFUCHSIA {
pub s_type: StructureType,
pub p_next: *const c_void,
pub color_space: u32,
}Expand description
VkSysmemColorSpaceFUCHSIA
Provided by VK_FUCHSIA_buffer_collection.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SYSMEM_COLOR_SPACE_FUCHSIA.
p_next: *const c_voidOptional, may be null.
color_space: u32Implementations§
Source§impl SysmemColorSpaceFUCHSIA
impl SysmemColorSpaceFUCHSIA
Sourcepub fn builder<'a>() -> SysmemColorSpaceFUCHSIABuilder<'a>
pub fn builder<'a>() -> SysmemColorSpaceFUCHSIABuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for SysmemColorSpaceFUCHSIA
impl Clone for SysmemColorSpaceFUCHSIA
Source§fn clone(&self) -> SysmemColorSpaceFUCHSIA
fn clone(&self) -> SysmemColorSpaceFUCHSIA
Returns a duplicate 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 Debug for SysmemColorSpaceFUCHSIA
impl Debug for SysmemColorSpaceFUCHSIA
Source§impl Default for SysmemColorSpaceFUCHSIA
impl Default for SysmemColorSpaceFUCHSIA
impl Copy for SysmemColorSpaceFUCHSIA
Auto Trait Implementations§
impl Freeze for SysmemColorSpaceFUCHSIA
impl RefUnwindSafe for SysmemColorSpaceFUCHSIA
impl !Send for SysmemColorSpaceFUCHSIA
impl !Sync for SysmemColorSpaceFUCHSIA
impl Unpin for SysmemColorSpaceFUCHSIA
impl UnsafeUnpin for SysmemColorSpaceFUCHSIA
impl UnwindSafe for SysmemColorSpaceFUCHSIA
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