Struct gdk_x11_sys::xlib::XWindowAttributes
source · [−]#[repr(C)]pub struct XWindowAttributes {Show 23 fields
pub x: i32,
pub y: i32,
pub width: i32,
pub height: i32,
pub border_width: i32,
pub depth: i32,
pub visual: *mut Visual,
pub root: u32,
pub class: i32,
pub bit_gravity: i32,
pub win_gravity: i32,
pub backing_store: i32,
pub backing_planes: u32,
pub backing_pixel: u32,
pub save_under: i32,
pub colormap: u32,
pub map_installed: i32,
pub map_state: i32,
pub all_event_masks: i32,
pub your_event_mask: i32,
pub do_not_propagate_mask: i32,
pub override_redirect: i32,
pub screen: *mut Screen,
}
Fields
x: i32
y: i32
width: i32
height: i32
border_width: i32
depth: i32
visual: *mut Visual
root: u32
class: i32
bit_gravity: i32
win_gravity: i32
backing_store: i32
backing_planes: u32
backing_pixel: u32
save_under: i32
colormap: u32
map_installed: i32
map_state: i32
all_event_masks: i32
your_event_mask: i32
do_not_propagate_mask: i32
override_redirect: i32
screen: *mut Screen
Trait Implementations
sourceimpl Clone for XWindowAttributes
impl Clone for XWindowAttributes
sourcefn clone(&self) -> XWindowAttributes
fn clone(&self) -> XWindowAttributes
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for XWindowAttributes
impl Debug for XWindowAttributes
sourceimpl PartialEq<XWindowAttributes> for XWindowAttributes
impl PartialEq<XWindowAttributes> for XWindowAttributes
sourcefn eq(&self, other: &XWindowAttributes) -> bool
fn eq(&self, other: &XWindowAttributes) -> bool
impl Copy for XWindowAttributes
impl StructuralPartialEq for XWindowAttributes
Auto Trait Implementations
impl RefUnwindSafe for XWindowAttributes
impl !Send for XWindowAttributes
impl !Sync for XWindowAttributes
impl Unpin for XWindowAttributes
impl UnwindSafe for XWindowAttributes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more