pub struct ResolvedToolbar {
pub height: f32,
pub item_spacing: f32,
pub padding: f32,
pub font: ResolvedFontSpec,
}Expand description
Toolbar sizing, spacing, and font.
Fields§
§height: f32§item_spacing: f32§padding: f32§font: ResolvedFontSpecTrait Implementations§
Source§impl Clone for ResolvedToolbar
impl Clone for ResolvedToolbar
Source§fn clone(&self) -> ResolvedToolbar
fn clone(&self) -> ResolvedToolbar
Returns a duplicate 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 ResolvedToolbar
impl Debug for ResolvedToolbar
Source§impl PartialEq for ResolvedToolbar
impl PartialEq for ResolvedToolbar
impl StructuralPartialEq for ResolvedToolbar
Auto Trait Implementations§
impl Freeze for ResolvedToolbar
impl RefUnwindSafe for ResolvedToolbar
impl Send for ResolvedToolbar
impl Sync for ResolvedToolbar
impl Unpin for ResolvedToolbar
impl UnsafeUnpin for ResolvedToolbar
impl UnwindSafe for ResolvedToolbar
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