#[repr(C)]pub enum FcResult {
    Match = 0,
    NoMatch = 1,
    TypeMismatch = 2,
    NoId = 3,
    OutOfMemory = 4,
}Variants§
Auto Trait Implementations§
impl Freeze for FcResult
impl RefUnwindSafe for FcResult
impl Send for FcResult
impl Sync for FcResult
impl Unpin for FcResult
impl UnwindSafe for FcResult
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