Struct cairo::FontOptions [−][src]
pub struct FontOptions(_);
Implementations
Trait Implementations
Returns the type identifier of Self
.
Auto Trait Implementations
impl RefUnwindSafe for FontOptions
impl !Send for FontOptions
impl !Sync for FontOptions
impl Unpin for FontOptions
impl UnwindSafe for FontOptions
Blanket 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>,