Struct vulkanalia_sys::SysmemColorSpaceFUCHSIA
source · [−]#[repr(C)]pub struct SysmemColorSpaceFUCHSIA {
pub s_type: StructureType,
pub next: *const c_void,
pub color_space: u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidcolor_space: u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SysmemColorSpaceFUCHSIA
impl !Send for SysmemColorSpaceFUCHSIA
impl !Sync for SysmemColorSpaceFUCHSIA
impl Unpin for SysmemColorSpaceFUCHSIA
impl UnwindSafe for SysmemColorSpaceFUCHSIA
Blanket Implementations
Mutably borrows from an owned value. Read more