Struct ExEnvironmentSetFog
pub struct ExEnvironmentSetFog<'a> { /* private fields */ }
Expand description
Default-param extender for RenderingServer::environment_set_fog_ex
.
Implementations§
§impl<'a> ExEnvironmentSetFog<'a>
impl<'a> ExEnvironmentSetFog<'a>
pub fn fog_mode(self, value: EnvironmentFogMode) -> ExEnvironmentSetFog<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExEnvironmentSetFog<'a>
impl<'a> RefUnwindSafe for ExEnvironmentSetFog<'a>
impl<'a> !Send for ExEnvironmentSetFog<'a>
impl<'a> !Sync for ExEnvironmentSetFog<'a>
impl<'a> Unpin for ExEnvironmentSetFog<'a>
impl<'a> !UnwindSafe for ExEnvironmentSetFog<'a>
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