pub type VipsRefString = _VipsRefString;
Aliased Type§
struct VipsRefString {
pub area: _VipsArea,
}
Fields§
§area: _VipsArea
Trait Implementations
Source§impl Clone for _VipsRefString
impl Clone for _VipsRefString
Source§fn clone(&self) -> _VipsRefString
fn clone(&self) -> _VipsRefString
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