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: WidgetId
state: AnchorProps
prev: AnchorProps
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AnchorNotifyMessage
impl Send for AnchorNotifyMessage
impl Sync for AnchorNotifyMessage
impl Unpin for AnchorNotifyMessage
impl UnwindSafe for AnchorNotifyMessage
Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
Mutably borrows from an owned value. Read more