pub struct PinArgs {
pub shape: PinShape,
pub flags: Option<usize>,
pub background: Option<Color32>,
pub hovered: Option<Color32>,
}
Expand description
The Visual Style of a Link. If feilds are None then the Context style is used. shape defualts to CircleFilled
Fields§
§shape: PinShape
§flags: Option<usize>
§background: Option<Color32>
§hovered: Option<Color32>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PinArgs
impl RefUnwindSafe for PinArgs
impl Send for PinArgs
impl Sync for PinArgs
impl Unpin for PinArgs
impl UnwindSafe for PinArgs
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