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: usize
Trait 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<ToggleIconButtonStyle> for ToggleIconButtonStyle
impl PartialEq<ToggleIconButtonStyle> 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 Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
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<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for Pwhere
R: Read + ReadEndian<P>,
P: Default,
impl<R, P> ReadPrimitive<R> for Pwhere R: Read + ReadEndian<P>, P: Default,
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()
.