pub struct DestroyWindow {
pub window: WindowId,
}Fields§
§window: WindowIdTrait Implementations§
Source§impl Clone for DestroyWindow
impl Clone for DestroyWindow
Source§fn clone(&self) -> DestroyWindow
fn clone(&self) -> DestroyWindow
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 DestroyWindow
impl Debug for DestroyWindow
Source§impl LeBytes for DestroyWindow
impl LeBytes for DestroyWindow
Source§impl XRequest for DestroyWindow
impl XRequest for DestroyWindow
impl Copy for DestroyWindow
Auto Trait Implementations§
impl Freeze for DestroyWindow
impl RefUnwindSafe for DestroyWindow
impl Send for DestroyWindow
impl Sync for DestroyWindow
impl Unpin for DestroyWindow
impl UnwindSafe for DestroyWindow
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