Struct font_kit::sources::fontconfig::fc::PatternRef
source · pub struct PatternRef {
d: *mut FcPattern,
}
Fields§
§d: *mut FcPattern
Implementations§
source§impl PatternRef
impl PatternRef
pub fn get_string(&self, object: Object) -> Option<String>
pub fn get_integer(&self, object: Object) -> Option<i32>
Auto Trait Implementations§
impl Freeze for PatternRef
impl RefUnwindSafe for PatternRef
impl !Send for PatternRef
impl !Sync for PatternRef
impl Unpin for PatternRef
impl UnwindSafe for PatternRef
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