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