Struct libvips::VipsConnection
source · pub struct VipsConnection { /* private fields */ }
Implementations§
source§impl VipsConnection
impl VipsConnection
pub fn connection_filename(&self) -> Option<String>
pub fn connection_nick(&self) -> Option<String>
Trait Implementations§
source§impl Clone for VipsConnection
impl Clone for VipsConnection
source§fn clone(&self) -> VipsConnection
fn clone(&self) -> VipsConnection
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