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