pub struct HoverFxTextureRevealConfig {
pub mode: HoverFxTextureRevealMode,
}Fields§
§mode: HoverFxTextureRevealModeImplementations§
Trait Implementations§
Source§impl Clone for HoverFxTextureRevealConfig
impl Clone for HoverFxTextureRevealConfig
Source§fn clone(&self) -> HoverFxTextureRevealConfig
fn clone(&self) -> HoverFxTextureRevealConfig
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 HoverFxTextureRevealConfig
impl Debug for HoverFxTextureRevealConfig
Source§impl Default for HoverFxTextureRevealConfig
impl Default for HoverFxTextureRevealConfig
Source§impl<'de> Deserialize<'de> for HoverFxTextureRevealConfig
impl<'de> Deserialize<'de> for HoverFxTextureRevealConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for HoverFxTextureRevealConfig
Source§impl PartialEq for HoverFxTextureRevealConfig
impl PartialEq for HoverFxTextureRevealConfig
Source§fn eq(&self, other: &HoverFxTextureRevealConfig) -> bool
fn eq(&self, other: &HoverFxTextureRevealConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HoverFxTextureRevealConfig
Auto Trait Implementations§
impl Freeze for HoverFxTextureRevealConfig
impl RefUnwindSafe for HoverFxTextureRevealConfig
impl Send for HoverFxTextureRevealConfig
impl Sync for HoverFxTextureRevealConfig
impl Unpin for HoverFxTextureRevealConfig
impl UnsafeUnpin for HoverFxTextureRevealConfig
impl UnwindSafe for HoverFxTextureRevealConfig
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