package
Version:
v3.7.2
Opens a new window with list of versions in this module.
Published: Dec 16, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 9
Opens a new window with list of known importers.
Documentation
¶
type Clearer interface {
Clear()
}
type Decreaser interface {
DecreaseCount()
}
type Destroyer interface {
Destroy()
}
Destroyer represents destroyable types which require manual release of resources
ImageMagick objects common interface
type Increaser interface {
IncreaseCount()
}
type Verifier interface {
IsVerified() bool
}
Returns true if the object is a verified C object
Source Files
¶
Click to show internal directories.
Click to hide internal directories.