#[repr(C)]pub struct SystemPassthroughColorLutPropertiesMETA {
pub ty: StructureType,
pub next: *const c_void,
pub max_color_lut_resolution: u32,
}
Expand description
See XrSystemPassthroughColorLutPropertiesMETA - defined by XR_META_passthrough_color_lut
Fields§
§ty: StructureType
§next: *const c_void
§max_color_lut_resolution: u32
Implementations§
Source§impl SystemPassthroughColorLutPropertiesMETA
impl SystemPassthroughColorLutPropertiesMETA
pub const TYPE: StructureType = StructureType::SYSTEM_PASSTHROUGH_COLOR_LUT_PROPERTIES_META
Trait Implementations§
Source§impl Clone for SystemPassthroughColorLutPropertiesMETA
impl Clone for SystemPassthroughColorLutPropertiesMETA
Source§fn clone(&self) -> SystemPassthroughColorLutPropertiesMETA
fn clone(&self) -> SystemPassthroughColorLutPropertiesMETA
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 moreimpl Copy for SystemPassthroughColorLutPropertiesMETA
Auto Trait Implementations§
impl Freeze for SystemPassthroughColorLutPropertiesMETA
impl RefUnwindSafe for SystemPassthroughColorLutPropertiesMETA
impl !Send for SystemPassthroughColorLutPropertiesMETA
impl !Sync for SystemPassthroughColorLutPropertiesMETA
impl Unpin for SystemPassthroughColorLutPropertiesMETA
impl UnwindSafe for SystemPassthroughColorLutPropertiesMETA
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