[−][src]Struct x11::xlib::XSetWindowAttributes
Fields
background_pixmap: Pixmap
background_pixel: c_ulong
border_pixmap: Pixmap
border_pixel: c_ulong
bit_gravity: c_int
win_gravity: c_int
backing_store: c_int
backing_planes: c_ulong
backing_pixel: c_ulong
save_under: Bool
event_mask: c_long
do_not_propagate_mask: c_long
override_redirect: Bool
colormap: Colormap
cursor: Cursor
Trait Implementations
impl Clone for XSetWindowAttributes
[src][+]
impl Copy for XSetWindowAttributes
[src]
impl PartialEq<XSetWindowAttributes> for XSetWindowAttributes
[src][+]
impl Debug for XSetWindowAttributes
[src][+]
Auto Trait Implementations
impl Send for XSetWindowAttributes
impl Sync for XSetWindowAttributes
impl Unpin for XSetWindowAttributes
impl UnwindSafe for XSetWindowAttributes
impl RefUnwindSafe for XSetWindowAttributes
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,