pub type VipsArrayImage = _VipsArrayImage;
Aliased Type§
struct VipsArrayImage {
pub area: _VipsArea,
}
Fields§
§area: _VipsArea
Trait Implementations
Source§impl Clone for _VipsArrayImage
impl Clone for _VipsArrayImage
Source§fn clone(&self) -> _VipsArrayImage
fn clone(&self) -> _VipsArrayImage
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more