pub struct DecorationsConfig {
pub border: PrimaryBorderConfig,
pub secondary_border: SecondaryBorderConfig,
pub shadows: ShadowsConfig,
pub resize_using_border: bool,
}Fields§
§border: PrimaryBorderConfig§secondary_border: SecondaryBorderConfig§shadows: ShadowsConfig§resize_using_border: boolTrait Implementations§
Source§impl Clone for DecorationsConfig
impl Clone for DecorationsConfig
Source§fn clone(&self) -> DecorationsConfig
fn clone(&self) -> DecorationsConfig
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 DecorationsConfig
Source§impl Debug for DecorationsConfig
impl Debug for DecorationsConfig
Source§impl Default for DecorationsConfig
impl Default for DecorationsConfig
Source§impl PartialEq for DecorationsConfig
impl PartialEq for DecorationsConfig
Source§fn eq(&self, other: &DecorationsConfig) -> bool
fn eq(&self, other: &DecorationsConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DecorationsConfig
Auto Trait Implementations§
impl Freeze for DecorationsConfig
impl RefUnwindSafe for DecorationsConfig
impl Send for DecorationsConfig
impl Sync for DecorationsConfig
impl Unpin for DecorationsConfig
impl UnsafeUnpin for DecorationsConfig
impl UnwindSafe for DecorationsConfig
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