Struct libvips::VipsApp[][src]

pub struct VipsApp;

Implementations

That’s the main type of this crate. Use it to initialize the system

default constructor of a VIpsApp instance which will disable memory leak debugging

new instance of VipsApp takes the application name and a flag indicating if the library should debug memory leak (good for testing purposes)

set the number of worker threads for vips to operate

get the number of worker threads that vips is operating

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.