pub enum LinuxMonitorBackend {
Polling,
NativeEventPreferred,
}Variants§
Trait Implementations§
Source§impl Clone for LinuxMonitorBackend
impl Clone for LinuxMonitorBackend
Source§fn clone(&self) -> LinuxMonitorBackend
fn clone(&self) -> LinuxMonitorBackend
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 LinuxMonitorBackend
impl Debug for LinuxMonitorBackend
Source§impl PartialEq for LinuxMonitorBackend
impl PartialEq for LinuxMonitorBackend
impl Copy for LinuxMonitorBackend
impl Eq for LinuxMonitorBackend
impl StructuralPartialEq for LinuxMonitorBackend
Auto Trait Implementations§
impl Freeze for LinuxMonitorBackend
impl RefUnwindSafe for LinuxMonitorBackend
impl Send for LinuxMonitorBackend
impl Sync for LinuxMonitorBackend
impl Unpin for LinuxMonitorBackend
impl UnsafeUnpin for LinuxMonitorBackend
impl UnwindSafe for LinuxMonitorBackend
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