pub struct AnchorNotifyMessage {
pub sender: WidgetId,
pub state: AnchorProps,
pub prev: AnchorProps,
}
Fields§
§sender: WidgetId
§state: AnchorProps
§prev: AnchorProps
Trait Implementations§
Source§impl Clone for AnchorNotifyMessage
impl Clone for AnchorNotifyMessage
Source§fn clone(&self) -> AnchorNotifyMessage
fn clone(&self) -> AnchorNotifyMessage
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 AnchorNotifyMessage
impl Debug for AnchorNotifyMessage
Source§impl MessageData for AnchorNotifyMessagewhere
AnchorNotifyMessage: Clone,
impl MessageData for AnchorNotifyMessagewhere
AnchorNotifyMessage: Clone,
fn clone_message(&self) -> Box<dyn MessageData>
fn as_any(&self) -> &(dyn Any + 'static)
Auto Trait Implementations§
impl Freeze for AnchorNotifyMessage
impl RefUnwindSafe for AnchorNotifyMessage
impl Send for AnchorNotifyMessage
impl Sync for AnchorNotifyMessage
impl Unpin for AnchorNotifyMessage
impl UnwindSafe for AnchorNotifyMessage
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