pub struct GlassPanelProps {
pub layout: LayoutStyle,
pub mode: EffectMode,
pub quality: EffectQuality,
pub chrome: ChromeRefinement,
pub chrome_keys: GlassTokenKeys,
pub effect: GlassEffectRefinement,
pub effect_keys: GlassEffectTokenKeys,
}Fields§
§layout: LayoutStyle§mode: EffectMode§quality: EffectQuality§chrome: ChromeRefinement§chrome_keys: GlassTokenKeys§effect: GlassEffectRefinement§effect_keys: GlassEffectTokenKeysTrait Implementations§
Source§impl Clone for GlassPanelProps
impl Clone for GlassPanelProps
Source§fn clone(&self) -> GlassPanelProps
fn clone(&self) -> GlassPanelProps
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 GlassPanelProps
impl Debug for GlassPanelProps
Auto Trait Implementations§
impl Freeze for GlassPanelProps
impl RefUnwindSafe for GlassPanelProps
impl Send for GlassPanelProps
impl Sync for GlassPanelProps
impl Unpin for GlassPanelProps
impl UnsafeUnpin for GlassPanelProps
impl UnwindSafe for GlassPanelProps
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