Struct ExGetImage
pub struct ExGetImage<'ex> { /* private fields */ }Expand description
Default-param extender for Noise::get_image_ex.
Implementations§
§impl<'ex> ExGetImage<'ex>
impl<'ex> ExGetImage<'ex>
pub fn invert(self, invert: bool) -> ExGetImage<'ex>
pub fn in_3d_space(self, in_3d_space: bool) -> ExGetImage<'ex>
pub fn normalize(self, normalize: bool) -> ExGetImage<'ex>
pub fn done(self) -> Option<Gd<Image>>
Auto Trait Implementations§
impl<'ex> Freeze for ExGetImage<'ex>
impl<'ex> RefUnwindSafe for ExGetImage<'ex>
impl<'ex> !Send for ExGetImage<'ex>
impl<'ex> !Sync for ExGetImage<'ex>
impl<'ex> Unpin for ExGetImage<'ex>
impl<'ex> UnwindSafe for ExGetImage<'ex>
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