pub struct LinuxSelectionMonitorOptions {
pub poll_interval: Duration,
pub backend: LinuxMonitorBackend,
pub native_queue_capacity: usize,
pub native_event_pump: Option<LinuxNativeEventPump>,
}Fields§
§poll_interval: Duration§backend: LinuxMonitorBackend§native_queue_capacity: usize§native_event_pump: Option<LinuxNativeEventPump>Trait Implementations§
Source§impl Clone for LinuxSelectionMonitorOptions
impl Clone for LinuxSelectionMonitorOptions
Source§fn clone(&self) -> LinuxSelectionMonitorOptions
fn clone(&self) -> LinuxSelectionMonitorOptions
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 LinuxSelectionMonitorOptions
impl Debug for LinuxSelectionMonitorOptions
impl Copy for LinuxSelectionMonitorOptions
Auto Trait Implementations§
impl Freeze for LinuxSelectionMonitorOptions
impl RefUnwindSafe for LinuxSelectionMonitorOptions
impl Send for LinuxSelectionMonitorOptions
impl Sync for LinuxSelectionMonitorOptions
impl Unpin for LinuxSelectionMonitorOptions
impl UnsafeUnpin for LinuxSelectionMonitorOptions
impl UnwindSafe for LinuxSelectionMonitorOptions
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