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