Struct gtk4::subclass::font_chooser::FilterCallback
source · [−]pub struct FilterCallback { /* private fields */ }
Implementations
sourceimpl FilterCallback
impl FilterCallback
pub fn call(&self, font_family: &FontFamily, font_face: &FontFace) -> bool
Trait Implementations
sourceimpl Debug for FilterCallback
impl Debug for FilterCallback
Auto Trait Implementations
impl RefUnwindSafe for FilterCallback
impl !Send for FilterCallback
impl !Sync for FilterCallback
impl Unpin for FilterCallback
impl UnwindSafe for FilterCallback
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more