pub struct ControlVisuals {
pub widgets: Widgets,
pub padding: Vec2,
pub text_style: FontId,
pub expansion: f32,
}Fields§
§widgets: Widgets§padding: Vec2§text_style: FontId§expansion: f32Trait Implementations§
Source§impl Clone for ControlVisuals
impl Clone for ControlVisuals
Source§fn clone(&self) -> ControlVisuals
fn clone(&self) -> ControlVisuals
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 moreAuto Trait Implementations§
impl Freeze for ControlVisuals
impl RefUnwindSafe for ControlVisuals
impl Send for ControlVisuals
impl Sync for ControlVisuals
impl Unpin for ControlVisuals
impl UnsafeUnpin for ControlVisuals
impl UnwindSafe for ControlVisuals
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