Struct vips::VipsInterpolate [−][src]
pub struct VipsInterpolate { pub c: *mut VipsInterpolate, // some fields omitted }
Fields
c: *mut VipsInterpolate
Methods
impl VipsInterpolate
[src]
impl VipsInterpolate
pub fn new(nickname: &str) -> Result<VipsInterpolate, Box<Error>>
[src]
pub fn new(nickname: &str) -> Result<VipsInterpolate, Box<Error>>
pub fn nearest_static() -> VipsInterpolate
[src]
pub fn nearest_static() -> VipsInterpolate
pub fn bilinear_static() -> VipsInterpolate
[src]
pub fn bilinear_static() -> VipsInterpolate
pub fn method(&self) -> VipsInterpolateMethod
[src]
pub fn method(&self) -> VipsInterpolateMethod
pub fn window_size(&self) -> i32
[src]
pub fn window_size(&self) -> i32
pub fn window_offset(&self) -> i32
[src]
pub fn window_offset(&self) -> i32
Trait Implementations
impl<'a> Drop for VipsInterpolate
[src]
impl<'a> Drop for VipsInterpolate
Auto Trait Implementations
impl !Send for VipsInterpolate
impl !Send for VipsInterpolate
impl !Sync for VipsInterpolate
impl !Sync for VipsInterpolate