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