#[repr(C)]pub struct PassthroughColorMapInterpolatedLutMETA {
pub ty: StructureType,
pub next: *const c_void,
pub source_color_lut: PassthroughColorLutMETA,
pub target_color_lut: PassthroughColorLutMETA,
pub weight: f32,
}
Expand description
See XrPassthroughColorMapInterpolatedLutMETA - defined by XR_META_passthrough_color_lut
Fields§
§ty: StructureType
§next: *const c_void
§source_color_lut: PassthroughColorLutMETA
§target_color_lut: PassthroughColorLutMETA
§weight: f32
Implementations§
Source§impl PassthroughColorMapInterpolatedLutMETA
impl PassthroughColorMapInterpolatedLutMETA
pub const TYPE: StructureType = StructureType::PASSTHROUGH_COLOR_MAP_INTERPOLATED_LUT_META
Trait Implementations§
Source§impl Clone for PassthroughColorMapInterpolatedLutMETA
impl Clone for PassthroughColorMapInterpolatedLutMETA
Source§fn clone(&self) -> PassthroughColorMapInterpolatedLutMETA
fn clone(&self) -> PassthroughColorMapInterpolatedLutMETA
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 PassthroughColorMapInterpolatedLutMETA
Auto Trait Implementations§
impl Freeze for PassthroughColorMapInterpolatedLutMETA
impl RefUnwindSafe for PassthroughColorMapInterpolatedLutMETA
impl !Send for PassthroughColorMapInterpolatedLutMETA
impl !Sync for PassthroughColorMapInterpolatedLutMETA
impl Unpin for PassthroughColorMapInterpolatedLutMETA
impl UnwindSafe for PassthroughColorMapInterpolatedLutMETA
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