pub enum Status {
Show 43 variants
Success,
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§
Success
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
Implementations§
Source§impl Status
impl Status
pub fn ensure_valid(self)
Trait Implementations§
Source§impl From<Status> for BorrowError
impl From<Status> for BorrowError
Source§impl<'a> FromValueOptional<'a> for Status
impl<'a> FromValueOptional<'a> for Status
unsafe fn from_value_optional(value: &Value) -> Option<Self>
Source§impl StaticType for Status
impl StaticType for Status
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for Status
impl Eq for Status
impl StructuralPartialEq for Status
Auto Trait Implementations§
impl Freeze for Status
impl RefUnwindSafe for Status
impl Send for Status
impl Sync for Status
impl Unpin for Status
impl UnwindSafe for Status
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToSendValue for T
impl<T> ToSendValue for T
Source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue
clone of self
.