pub struct LiquidMenuAbsorbedSource {
pub rect: Rect,
pub spec: GlassButtonSpec,
pub diameter: f32,
pub icon_path: &'static str,
}Expand description
A neighboring glass icon control whose volume and foreground are absorbed by an opening menu surface.
Fields§
§rect: Rect§spec: GlassButtonSpec§diameter: f32§icon_path: &'static strImplementations§
Trait Implementations§
Source§impl Clone for LiquidMenuAbsorbedSource
impl Clone for LiquidMenuAbsorbedSource
Source§fn clone(&self) -> LiquidMenuAbsorbedSource
fn clone(&self) -> LiquidMenuAbsorbedSource
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 moreSource§impl Debug for LiquidMenuAbsorbedSource
impl Debug for LiquidMenuAbsorbedSource
Source§impl PartialEq for LiquidMenuAbsorbedSource
impl PartialEq for LiquidMenuAbsorbedSource
impl StructuralPartialEq for LiquidMenuAbsorbedSource
Auto Trait Implementations§
impl Freeze for LiquidMenuAbsorbedSource
impl RefUnwindSafe for LiquidMenuAbsorbedSource
impl Send for LiquidMenuAbsorbedSource
impl Sync for LiquidMenuAbsorbedSource
impl Unpin for LiquidMenuAbsorbedSource
impl UnsafeUnpin for LiquidMenuAbsorbedSource
impl UnwindSafe for LiquidMenuAbsorbedSource
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