pub struct PrimaryBorderConfig {
pub size_px: i32,
pub radius_px: i32,
pub color_focused: DecorationBorderColor,
pub color_unfocused: DecorationBorderColor,
}Fields§
§size_px: i32§radius_px: i32§color_focused: DecorationBorderColor§color_unfocused: DecorationBorderColorTrait Implementations§
Source§impl Clone for PrimaryBorderConfig
impl Clone for PrimaryBorderConfig
Source§fn clone(&self) -> PrimaryBorderConfig
fn clone(&self) -> PrimaryBorderConfig
Returns a duplicate 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 PrimaryBorderConfig
impl Debug for PrimaryBorderConfig
Source§impl Default for PrimaryBorderConfig
impl Default for PrimaryBorderConfig
Source§impl PartialEq for PrimaryBorderConfig
impl PartialEq for PrimaryBorderConfig
impl Copy for PrimaryBorderConfig
impl StructuralPartialEq for PrimaryBorderConfig
Auto Trait Implementations§
impl Freeze for PrimaryBorderConfig
impl RefUnwindSafe for PrimaryBorderConfig
impl Send for PrimaryBorderConfig
impl Sync for PrimaryBorderConfig
impl Unpin for PrimaryBorderConfig
impl UnsafeUnpin for PrimaryBorderConfig
impl UnwindSafe for PrimaryBorderConfig
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