Struct x11::xlib::XWindowChanges [−] [src]

pub struct XWindowChanges {
    pub x: c_int,
    pub y: c_int,
    pub width: c_int,
    pub height: c_int,
    pub border_width: c_int,
    pub sibling: Window,
    pub stack_mode: c_int,
}

Fields

x
y
width
height
border_width
sibling
stack_mode

Trait Implementations

Derived Implementations

impl PartialEq for XWindowChanges

fn eq(&self, __arg_0: &XWindowChanges) -> bool

fn ne(&self, __arg_0: &XWindowChanges) -> bool

impl Copy for XWindowChanges

impl Clone for XWindowChanges

fn clone(&self) -> XWindowChanges

fn clone_from(&mut self, source: &Self)