pub enum EventLoopWindowTargetMessage {
CursorPosition(Sender<Result<PhysicalPosition<f64>>>),
SetTheme(Option<Theme>),
SetDeviceEventFilter(DeviceEventFilter),
}Variants§
CursorPosition(Sender<Result<PhysicalPosition<f64>>>)
SetTheme(Option<Theme>)
SetDeviceEventFilter(DeviceEventFilter)
Auto Trait Implementations§
impl Freeze for EventLoopWindowTargetMessage
impl RefUnwindSafe for EventLoopWindowTargetMessage
impl Send for EventLoopWindowTargetMessage
impl Sync for EventLoopWindowTargetMessage
impl Unpin for EventLoopWindowTargetMessage
impl UnsafeUnpin for EventLoopWindowTargetMessage
impl UnwindSafe for EventLoopWindowTargetMessage
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