Struct openxr_sys::SystemColorSpacePropertiesFB
source · [−]#[repr(C)]pub struct SystemColorSpacePropertiesFB {
pub ty: StructureType,
pub next: *mut c_void,
pub color_space: ColorSpaceFB,
}Expand description
See XrSystemColorSpacePropertiesFB - defined by XR_FB_color_space
Fields
ty: StructureTypenext: *mut c_voidcolor_space: ColorSpaceFBImplementations
sourceimpl SystemColorSpacePropertiesFB
impl SystemColorSpacePropertiesFB
pub const TYPE: StructureType = StructureType::SYSTEM_COLOR_SPACE_PROPERTIES_FB
sourcepub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
pub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations
sourceimpl Clone for SystemColorSpacePropertiesFB
impl Clone for SystemColorSpacePropertiesFB
sourcefn clone(&self) -> SystemColorSpacePropertiesFB
fn clone(&self) -> SystemColorSpacePropertiesFB
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SystemColorSpacePropertiesFB
impl Debug for SystemColorSpacePropertiesFB
impl Copy for SystemColorSpacePropertiesFB
Auto Trait Implementations
impl RefUnwindSafe for SystemColorSpacePropertiesFB
impl !Send for SystemColorSpacePropertiesFB
impl !Sync for SystemColorSpacePropertiesFB
impl Unpin for SystemColorSpacePropertiesFB
impl UnwindSafe for SystemColorSpacePropertiesFB
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more