Struct comfy::ImageButtonParams
source · pub struct ImageButtonParams {
pub font: FontId,
pub background_color: Color,
pub wrap_width: f32,
pub fixed_width: Option<f32>,
}Fields§
§font: FontId§background_color: Color§wrap_width: f32§fixed_width: Option<f32>Trait Implementations§
source§impl Clone for ImageButtonParams
impl Clone for ImageButtonParams
source§fn clone(&self) -> ImageButtonParams
fn clone(&self) -> ImageButtonParams
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 moreAuto Trait Implementations§
impl RefUnwindSafe for ImageButtonParams
impl Send for ImageButtonParams
impl Sync for ImageButtonParams
impl Unpin for ImageButtonParams
impl UnwindSafe for ImageButtonParams
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