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