pub enum DeleteFontMsg {
Font(FontKey),
Instance(FontInstanceKey, Au),
}
Variants§
Font(FontKey)
Instance(FontInstanceKey, Au)
Implementations§
Source§impl DeleteFontMsg
impl DeleteFontMsg
pub fn into_resource_update(&self) -> ResourceUpdate
Trait Implementations§
Source§impl Clone for DeleteFontMsg
impl Clone for DeleteFontMsg
Source§fn clone(&self) -> DeleteFontMsg
fn clone(&self) -> DeleteFontMsg
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeleteFontMsg
impl Debug for DeleteFontMsg
Source§impl Ord for DeleteFontMsg
impl Ord for DeleteFontMsg
Source§fn cmp(&self, other: &DeleteFontMsg) -> Ordering
fn cmp(&self, other: &DeleteFontMsg) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DeleteFontMsg
impl PartialEq for DeleteFontMsg
Source§impl PartialOrd for DeleteFontMsg
impl PartialOrd for DeleteFontMsg
impl Eq for DeleteFontMsg
impl StructuralPartialEq for DeleteFontMsg
Auto Trait Implementations§
impl Freeze for DeleteFontMsg
impl RefUnwindSafe for DeleteFontMsg
impl Send for DeleteFontMsg
impl Sync for DeleteFontMsg
impl Unpin for DeleteFontMsg
impl UnwindSafe for DeleteFontMsg
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)