pub struct Transformation {
pub gravity: u16,
pub x: i16,
pub y: i16,
pub width: u16,
pub height: u16,
}Expand description
A type holding the transformation properties of a wmctrl::Window
Fields§
§gravity: u16§x: i16§y: i16§width: u16§height: u16Implementations§
Trait Implementations§
Source§impl Debug for Transformation
impl Debug for Transformation
Auto Trait Implementations§
impl Freeze for Transformation
impl RefUnwindSafe for Transformation
impl Send for Transformation
impl Sync for Transformation
impl Unpin for Transformation
impl UnsafeUnpin for Transformation
impl UnwindSafe for Transformation
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