#[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
pub const PhysicallyBasedBlinnPhong: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more