pub struct FloatBoxNotifyMessage {
pub sender: WidgetId,
pub state: FloatBoxState,
pub prev: FloatBoxState,
}
Fields§
§sender: WidgetId
§state: FloatBoxState
§prev: FloatBoxState
Trait Implementations§
Source§impl Clone for FloatBoxNotifyMessage
impl Clone for FloatBoxNotifyMessage
Source§fn clone(&self) -> FloatBoxNotifyMessage
fn clone(&self) -> FloatBoxNotifyMessage
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 FloatBoxNotifyMessage
impl Debug for FloatBoxNotifyMessage
Source§impl Default for FloatBoxNotifyMessage
impl Default for FloatBoxNotifyMessage
Source§fn default() -> FloatBoxNotifyMessage
fn default() -> FloatBoxNotifyMessage
Returns the “default value” for a type. Read more
Source§impl MessageData for FloatBoxNotifyMessagewhere
Self: Clone,
impl MessageData for FloatBoxNotifyMessagewhere
Self: Clone,
Auto Trait Implementations§
impl Freeze for FloatBoxNotifyMessage
impl RefUnwindSafe for FloatBoxNotifyMessage
impl Send for FloatBoxNotifyMessage
impl Sync for FloatBoxNotifyMessage
impl Unpin for FloatBoxNotifyMessage
impl UnwindSafe for FloatBoxNotifyMessage
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