Enum cairo::Error [−][src]
#[non_exhaustive] pub enum Error {}Show variants
NoMemory, InvalidRestore, InvalidPopGroup, NoCurrentPoint, InvalidMatrix, InvalidStatus, NullPointer, InvalidString, InvalidPathData, ReadError, WriteError, SurfaceFinished, SurfaceTypeMismatch, PatternTypeMismatch, InvalidContent, InvalidFormat, InvalidVisual, FileNotFound, InvalidDash, InvalidDscComment, InvalidIndex, ClipNotRepresentable, TempFileError, InvalidStride, FontTypeMismatch, UserFontImmutable, UserFontError, NegativeCount, InvalidClusters, InvalidSlant, InvalidWeight, InvalidSize, UserFontNotImplemented, DeviceTypeMismatch, DeviceError, InvalidMeshConstruction, DeviceFinished, JBig2GlobalMissing, PngError, FreetypeError, Win32GdiError, LastStatus, // some variants omitted
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more