pub struct FloatBoxNotifyProps(pub WidgetIdOrRef);
Tuple Fields§
§0: WidgetIdOrRef
Trait Implementations§
Source§impl Clone for FloatBoxNotifyProps
impl Clone for FloatBoxNotifyProps
Source§fn clone(&self) -> FloatBoxNotifyProps
fn clone(&self) -> FloatBoxNotifyProps
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 FloatBoxNotifyProps
impl Debug for FloatBoxNotifyProps
Source§impl Default for FloatBoxNotifyProps
impl Default for FloatBoxNotifyProps
Source§fn default() -> FloatBoxNotifyProps
fn default() -> FloatBoxNotifyProps
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FloatBoxNotifyProps
impl<'de> Deserialize<'de> for FloatBoxNotifyProps
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
Source§impl Prefab for FloatBoxNotifyProps
impl Prefab for FloatBoxNotifyProps
fn from_prefab(data: PrefabValue) -> Result<Self, PrefabError>
fn to_prefab(&self) -> Result<PrefabValue, PrefabError>
Source§impl PropsData for FloatBoxNotifyPropswhere
Self: Clone,
impl PropsData for FloatBoxNotifyPropswhere
Self: Clone,
Auto Trait Implementations§
impl Freeze for FloatBoxNotifyProps
impl RefUnwindSafe for FloatBoxNotifyProps
impl Send for FloatBoxNotifyProps
impl Sync for FloatBoxNotifyProps
impl Unpin for FloatBoxNotifyProps
impl UnwindSafe for FloatBoxNotifyProps
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