pub struct FontSetRef(/* private fields */);Expand description
A borrowed reference to a 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 ForeignTypeRef for FontSetRef
impl ForeignTypeRef for FontSetRef
Source§type CType = struct__FcFontSet
type CType = struct__FcFontSet
The raw C type.
Source§unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
Constructs a shared instance of this type from its raw type. Read more
Auto Trait Implementations§
impl Freeze for FontSetRef
impl !RefUnwindSafe for FontSetRef
impl !Send for FontSetRef
impl !Sync for FontSetRef
impl Unpin for FontSetRef
impl UnwindSafe for FontSetRef
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