pub struct RasterBuilder { /* private fields */ }
Expand description
Builds one Raster.
Implementations§
Source§impl RasterBuilder
impl RasterBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RasterBuilder
impl !RefUnwindSafe for RasterBuilder
impl !Send for RasterBuilder
impl !Sync for RasterBuilder
impl Unpin for RasterBuilder
impl !UnwindSafe for RasterBuilder
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