pub struct AttachWindowOptions {
pub event_router: Option<EventRouter>,
}Expand description
Options for attaching a host window to the compositor.
Fields§
§event_router: Option<EventRouter>Trait Implementations§
Source§impl Clone for AttachWindowOptions
impl Clone for AttachWindowOptions
Source§fn clone(&self) -> AttachWindowOptions
fn clone(&self) -> AttachWindowOptions
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 AttachWindowOptions
impl Debug for AttachWindowOptions
Source§impl Default for AttachWindowOptions
impl Default for AttachWindowOptions
Source§fn default() -> AttachWindowOptions
fn default() -> AttachWindowOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AttachWindowOptions
impl !RefUnwindSafe for AttachWindowOptions
impl Send for AttachWindowOptions
impl Sync for AttachWindowOptions
impl Unpin for AttachWindowOptions
impl UnsafeUnpin for AttachWindowOptions
impl !UnwindSafe for AttachWindowOptions
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