Variants
Register(WidgetId)
(relative to id)
Unregister
Change(Vec2, Rect)
(outer box size, inner box rect)
Trait Implementations
sourceimpl Clone for RelativeLayoutListenerSignal
impl Clone for RelativeLayoutListenerSignal
sourcefn clone(&self) -> RelativeLayoutListenerSignal
fn clone(&self) -> RelativeLayoutListenerSignal
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RelativeLayoutListenerSignal
impl Debug for RelativeLayoutListenerSignal
sourceimpl MessageData for RelativeLayoutListenerSignalwhere
RelativeLayoutListenerSignal: Clone,
impl MessageData for RelativeLayoutListenerSignalwhere
RelativeLayoutListenerSignal: Clone,
fn clone_message(&self) -> Box<dyn MessageData + 'static, Global>
fn as_any(&self) -> &(dyn Any + 'static)
sourceimpl PartialEq<RelativeLayoutListenerSignal> for RelativeLayoutListenerSignal
impl PartialEq<RelativeLayoutListenerSignal> for RelativeLayoutListenerSignal
sourcefn eq(&self, other: &RelativeLayoutListenerSignal) -> bool
fn eq(&self, other: &RelativeLayoutListenerSignal) -> bool
impl StructuralPartialEq for RelativeLayoutListenerSignal
Auto Trait Implementations
impl RefUnwindSafe for RelativeLayoutListenerSignal
impl Send for RelativeLayoutListenerSignal
impl Sync for RelativeLayoutListenerSignal
impl Unpin for RelativeLayoutListenerSignal
impl UnwindSafe for RelativeLayoutListenerSignal
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more