pub struct FontSet(/* private fields */);Implementations§
Source§impl FontSet
impl FontSet
pub fn list( config: &ConfigRef, source: &mut FontSetRef, pattern: &PatternRef, objects: &ObjectSetRef, ) -> FontSet
Trait Implementations§
Source§impl AsMut<FontSetRef> for FontSet
impl AsMut<FontSetRef> for FontSet
Source§fn as_mut(&mut self) -> &mut FontSetRef
fn as_mut(&mut self) -> &mut FontSetRef
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<FontSetRef> for FontSet
impl AsRef<FontSetRef> for FontSet
Source§fn as_ref(&self) -> &FontSetRef
fn as_ref(&self) -> &FontSetRef
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Borrow<FontSetRef> for FontSet
impl Borrow<FontSetRef> for FontSet
Source§fn borrow(&self) -> &FontSetRef
fn borrow(&self) -> &FontSetRef
Immutably borrows from an owned value. Read more
Source§impl BorrowMut<FontSetRef> for FontSet
impl BorrowMut<FontSetRef> for FontSet
Source§fn borrow_mut(&mut self) -> &mut FontSetRef
fn borrow_mut(&mut self) -> &mut FontSetRef
Mutably borrows from an owned value. Read more
Source§impl Deref for FontSet
impl Deref for FontSet
Source§type Target = FontSetRef
type Target = FontSetRef
The resulting type after dereferencing.
Source§fn deref(&self) -> &FontSetRef
fn deref(&self) -> &FontSetRef
Dereferences the value.
Source§impl DerefMut for FontSet
impl DerefMut for FontSet
Source§fn deref_mut(&mut self) -> &mut FontSetRef
fn deref_mut(&mut self) -> &mut FontSetRef
Mutably dereferences the value.
Auto Trait Implementations§
impl Freeze for FontSet
impl RefUnwindSafe for FontSet
impl !Send for FontSet
impl !Sync for FontSet
impl Unpin for FontSet
impl UnwindSafe for FontSet
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