[−][src]Enum ovrt_sys::cmd::Callback
Callback are pre-registered functions by ovrt-sys in which ovrt calls after some job/query has finished.
Every callback is called as a response from a request made by ovrt-sys, and thus for each Callback instance, there was a Notification instance as well.
Variants
FinishSpawnOverlay(Uid)
See also Notification::StartSpawnOverlay.
FinishGetWindowTitles(String)
See also Notification::StartGetWindowTitles.
FinishGetMonitorCount(usize)
See also Notification::StartGetMonitorCount.
FinishGetOverlayTransform(OVROverlayTransform)
See also Notification::StartGetOverlayTransform.
FinishGetOverlayType(i32)
See also Notification::StartGetOverlayType.
FinishGetOverlayBounds(String)
See also Notification::StartGetOverlayBounds.
FinishGetFingerCurls(String)
See also Notification::StartGetFingerCurls.
Trait Implementations
impl Clone for Callback
[src]
impl Debug for Callback
[src]
impl PartialEq<Callback> for Callback
[src]
impl PartialOrd<Callback> for Callback
[src]
fn partial_cmp(&self, other: &Callback) -> Option<Ordering>
[src]
fn lt(&self, other: &Callback) -> bool
[src]
fn le(&self, other: &Callback) -> bool
[src]
fn gt(&self, other: &Callback) -> bool
[src]
fn ge(&self, other: &Callback) -> bool
[src]
impl StructuralPartialEq for Callback
[src]
Auto Trait Implementations
impl RefUnwindSafe for Callback
impl Send for Callback
impl Sync for Callback
impl Unpin for Callback
impl UnwindSafe for Callback
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>,