Struct cairo::FontOptions [−][src]
pub struct FontOptions(_);
Implementations
Trait Implementations
Returns the type identifier of Self.
Auto Trait Implementations
impl RefUnwindSafe for FontOptionsimpl !Send for FontOptionsimpl !Sync for FontOptionsimpl Unpin for FontOptionsimpl UnwindSafe for FontOptionsBlanket Implementations
Mutably borrows from an owned value. Read more
impl<'a, T, C> FromValueOptional<'a> for T where
C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError>,
T: FromValue<'a, Checker = C>,