[−][src]Enum ovrt_sys::cmd::Notification
Notifications only exists in ovrt-sys and may be used to better control the app. Everytime a request is made for ovrt, a Notification is also sent by ovrt-sys, feedbacking itself.
Variants
See also Callback::FinishSpawnOverlay and EventResponse::FinishSpawnOverlay.
StartCloseOverlay(Uid)See also EventResponse::FinishCloseOverlay.
See also Callback::FinishGetWindowTitles.
See also Callback::FinishGetMonitorCount.
StartGetOverlayTransform(Uid)See also Callback::FinishGetOverlayTransform.
StartGetOverlayType(Uid)See also Callback::FinishGetOverlayType.
StartGetOverlayBounds(Uid)See also Callback::FinishGetOverlayBounds.
See also Callback::FinishGetFingerCurls.
Trait Implementations
impl Clone for Notification[src]
fn clone(&self) -> Notification[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for Notification[src]
impl Eq for Notification[src]
impl Ord for Notification[src]
fn cmp(&self, other: &Notification) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[src]
impl PartialEq<Notification> for Notification[src]
fn eq(&self, other: &Notification) -> bool[src]
fn ne(&self, other: &Notification) -> bool[src]
impl PartialOrd<Notification> for Notification[src]
fn partial_cmp(&self, other: &Notification) -> Option<Ordering>[src]
fn lt(&self, other: &Notification) -> bool[src]
fn le(&self, other: &Notification) -> bool[src]
fn gt(&self, other: &Notification) -> bool[src]
fn ge(&self, other: &Notification) -> bool[src]
impl StructuralEq for Notification[src]
impl StructuralPartialEq for Notification[src]
Auto Trait Implementations
impl RefUnwindSafe for Notification
impl Send for Notification
impl Sync for Notification
impl Unpin for Notification
impl UnwindSafe for Notification
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,