Struct xcb::x::GetWindowAttributesReply
source · pub struct GetWindowAttributesReply { /* private fields */ }
Implementations§
source§impl GetWindowAttributesReply
impl GetWindowAttributesReply
pub fn response_type(&self) -> u8
sourcepub fn backing_store(&self) -> BackingStore
pub fn backing_store(&self) -> BackingStore
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
sourcepub fn class(&self) -> WindowClass
pub fn class(&self) -> WindowClass
sourcepub fn bit_gravity(&self) -> Gravity
pub fn bit_gravity(&self) -> Gravity
sourcepub fn win_gravity(&self) -> Gravity
pub fn win_gravity(&self) -> Gravity
sourcepub fn backing_planes(&self) -> u32
pub fn backing_planes(&self) -> u32
Planes to be preserved if possible.
sourcepub fn backing_pixel(&self) -> u32
pub fn backing_pixel(&self) -> u32
Value to be used when restoring planes.
sourcepub fn save_under(&self) -> bool
pub fn save_under(&self) -> bool
Boolean, should bits under be saved?
pub fn map_is_installed(&self) -> bool
sourcepub fn override_redirect(&self) -> bool
pub fn override_redirect(&self) -> bool
Window managers should ignore this window if override_redirect
is 1.
sourcepub fn all_event_masks(&self) -> EventMask
pub fn all_event_masks(&self) -> EventMask
Set of events all people have interest in.
sourcepub fn your_event_mask(&self) -> EventMask
pub fn your_event_mask(&self) -> EventMask
My event mask.
sourcepub fn do_not_propagate_mask(&self) -> EventMask
pub fn do_not_propagate_mask(&self) -> EventMask
Set of events that should not propagate.
Trait Implementations§
source§impl Debug for GetWindowAttributesReply
impl Debug for GetWindowAttributesReply
source§impl Drop for GetWindowAttributesReply
impl Drop for GetWindowAttributesReply
source§impl Reply for GetWindowAttributesReply
impl Reply for GetWindowAttributesReply
impl Send for GetWindowAttributesReply
impl Sync for GetWindowAttributesReply
Auto Trait Implementations§
impl Freeze for GetWindowAttributesReply
impl RefUnwindSafe for GetWindowAttributesReply
impl Unpin for GetWindowAttributesReply
impl UnwindSafe for GetWindowAttributesReply
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