#[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: StructureType
§next: *mut c_void
§color_space: ColorSpaceFB
Implementations§
Source§impl 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§
Source§impl Clone for SystemColorSpacePropertiesFB
impl Clone for SystemColorSpacePropertiesFB
Source§fn clone(&self) -> SystemColorSpacePropertiesFB
fn clone(&self) -> SystemColorSpacePropertiesFB
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 SystemColorSpacePropertiesFB
impl Debug for SystemColorSpacePropertiesFB
impl Copy for SystemColorSpacePropertiesFB
Auto Trait Implementations§
impl Freeze for SystemColorSpacePropertiesFB
impl RefUnwindSafe for SystemColorSpacePropertiesFB
impl !Send for SystemColorSpacePropertiesFB
impl !Sync for SystemColorSpacePropertiesFB
impl Unpin for SystemColorSpacePropertiesFB
impl UnwindSafe for SystemColorSpacePropertiesFB
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