Struct oxygengine_user_interface::widget::component::containers::anchor_box::AnchorNotifyMessage [−][src]
pub struct AnchorNotifyMessage {
pub sender: WidgetId,
pub state: AnchorProps,
pub prev: AnchorProps,
}Fields
sender: WidgetIdstate: AnchorPropsprev: AnchorPropsTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AnchorNotifyMessageimpl Send for AnchorNotifyMessageimpl Sync for AnchorNotifyMessageimpl Unpin for AnchorNotifyMessageimpl UnwindSafe for AnchorNotifyMessageBlanket Implementations
Mutably borrows from an owned value. Read more