#[repr(transparent)]pub struct SceneLightingEffectReflectanceModel(pub i32);
Expand description
Required features: "UI_Composition_Effects"
Tuple Fields
0: i32
Implementations
impl SceneLightingEffectReflectanceModel
impl SceneLightingEffectReflectanceModel
pub const BlinnPhong: Self = Self(0i32)
pub const PhysicallyBasedBlinnPhong: Self = Self(1i32)
Trait Implementations
impl Clone for SceneLightingEffectReflectanceModel
impl Clone for SceneLightingEffectReflectanceModel
impl Copy for SceneLightingEffectReflectanceModel
Auto Trait Implementations
impl RefUnwindSafe for SceneLightingEffectReflectanceModel
impl Send for SceneLightingEffectReflectanceModel
impl Sync for SceneLightingEffectReflectanceModel
impl Unpin for SceneLightingEffectReflectanceModel
impl UnwindSafe for SceneLightingEffectReflectanceModel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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