pub struct PinsConfig {
pub corner: PinBadgeCorner,
pub color: OverlayColorMode,
pub background_color: OverlayColorMode,
pub size: f32,
}Fields§
§corner: PinBadgeCorner§color: OverlayColorMode§background_color: OverlayColorMode§size: f32Trait Implementations§
Source§impl Clone for PinsConfig
impl Clone for PinsConfig
Source§fn clone(&self) -> PinsConfig
fn clone(&self) -> PinsConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PinsConfig
Source§impl Debug for PinsConfig
impl Debug for PinsConfig
Source§impl Default for PinsConfig
impl Default for PinsConfig
Source§impl PartialEq for PinsConfig
impl PartialEq for PinsConfig
Source§fn eq(&self, other: &PinsConfig) -> bool
fn eq(&self, other: &PinsConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PinsConfig
Auto Trait Implementations§
impl Freeze for PinsConfig
impl RefUnwindSafe for PinsConfig
impl Send for PinsConfig
impl Sync for PinsConfig
impl Unpin for PinsConfig
impl UnsafeUnpin for PinsConfig
impl UnwindSafe for PinsConfig
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