#[repr(C)]
pub enum FcResult {
Match,
NoMatch,
TypeMismatch,
NoId,
OutOfMemory,
}
Variants
Match
NoMatch
TypeMismatch
NoId
OutOfMemory
Auto Trait Implementations
impl RefUnwindSafe for FcResult
impl Send for FcResult
impl Sync for FcResult
impl Unpin for FcResult
impl UnwindSafe for FcResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more