pub enum WindowMessageResponse {
Request(WindowManagerRequest),
JustRedraw,
DoNothing,
}
Variants§
Implementations§
Source§impl WindowMessageResponse
impl WindowMessageResponse
pub fn is_key_char_request(&self) -> bool
Trait Implementations§
Source§impl Debug for WindowMessageResponse
impl Debug for WindowMessageResponse
Source§impl PartialEq for WindowMessageResponse
impl PartialEq for WindowMessageResponse
Source§impl Serializable for WindowMessageResponse
impl Serializable for WindowMessageResponse
impl StructuralPartialEq for WindowMessageResponse
Auto Trait Implementations§
impl Freeze for WindowMessageResponse
impl RefUnwindSafe for WindowMessageResponse
impl Send for WindowMessageResponse
impl Sync for WindowMessageResponse
impl Unpin for WindowMessageResponse
impl UnwindSafe for WindowMessageResponse
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