Struct pixels_graphics_lib::ui::styles::ToggleIconButtonStyle
source · pub struct ToggleIconButtonStyle {
pub tooltip: TooltipStyle,
pub border: ToggleColorSet,
pub shadow: ToggleColorSet,
pub rounding: usize,
pub padding: usize,
}Fields§
§tooltip: TooltipStyle§border: ToggleColorSet§shadow: ToggleColorSet§rounding: usize§padding: usizeTrait Implementations§
source§impl Clone for ToggleIconButtonStyle
impl Clone for ToggleIconButtonStyle
source§fn clone(&self) -> ToggleIconButtonStyle
fn clone(&self) -> ToggleIconButtonStyle
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 ToggleIconButtonStyle
impl Debug for ToggleIconButtonStyle
source§impl Default for ToggleIconButtonStyle
impl Default for ToggleIconButtonStyle
source§impl PartialEq for ToggleIconButtonStyle
impl PartialEq for ToggleIconButtonStyle
source§fn eq(&self, other: &ToggleIconButtonStyle) -> bool
fn eq(&self, other: &ToggleIconButtonStyle) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ToggleIconButtonStyle
impl StructuralEq for ToggleIconButtonStyle
impl StructuralPartialEq for ToggleIconButtonStyle
Auto Trait Implementations§
impl RefUnwindSafe for ToggleIconButtonStyle
impl Send for ToggleIconButtonStyle
impl Sync for ToggleIconButtonStyle
impl Unpin for ToggleIconButtonStyle
impl UnwindSafe for ToggleIconButtonStyle
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().