Struct atspi::events::window::RestyleArgs
source · pub struct RestyleArgs<'s> {
pub event: EventBody<'s>,
/* private fields */
}Expand description
Restyle signal arguments.
Fields
event: EventBody<'s>Implementations
sourceimpl<'s> RestyleArgs<'s>
impl<'s> RestyleArgs<'s>
Trait Implementations
sourceimpl<'s> Debug for RestyleArgs<'s>
impl<'s> Debug for RestyleArgs<'s>
Auto Trait Implementations
impl<'s> RefUnwindSafe for RestyleArgs<'s>
impl<'s> Send for RestyleArgs<'s>
impl<'s> Sync for RestyleArgs<'s>
impl<'s> Unpin for RestyleArgs<'s>
impl<'s> UnwindSafe for RestyleArgs<'s>
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