pub struct IconLabel {
pub text: String,
pub bounds_px: (u32, u32),
}Expand description
Label metadata for an icon.
Fields§
§text: String§bounds_px: (u32, u32)Trait Implementations§
impl StructuralPartialEq for IconLabel
Auto Trait Implementations§
impl Freeze for IconLabel
impl RefUnwindSafe for IconLabel
impl Send for IconLabel
impl Sync for IconLabel
impl Unpin for IconLabel
impl UnsafeUnpin for IconLabel
impl UnwindSafe for IconLabel
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