pub enum WindowsMonitorBackend {
Polling,
NativeEventPreferred,
}Variants§
Trait Implementations§
Source§impl Clone for WindowsMonitorBackend
impl Clone for WindowsMonitorBackend
Source§fn clone(&self) -> WindowsMonitorBackend
fn clone(&self) -> WindowsMonitorBackend
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WindowsMonitorBackend
impl Debug for WindowsMonitorBackend
Source§impl PartialEq for WindowsMonitorBackend
impl PartialEq for WindowsMonitorBackend
impl Copy for WindowsMonitorBackend
impl Eq for WindowsMonitorBackend
impl StructuralPartialEq for WindowsMonitorBackend
Auto Trait Implementations§
impl Freeze for WindowsMonitorBackend
impl RefUnwindSafe for WindowsMonitorBackend
impl Send for WindowsMonitorBackend
impl Sync for WindowsMonitorBackend
impl Unpin for WindowsMonitorBackend
impl UnsafeUnpin for WindowsMonitorBackend
impl UnwindSafe for WindowsMonitorBackend
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more