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