#[repr(C)]pub struct XWMHints {
pub flags: c_long,
pub input: Bool,
pub initial_state: c_int,
pub icon_pixmap: Pixmap,
pub icon_window: Window,
pub icon_x: c_int,
pub icon_y: c_int,
pub icon_mask: Pixmap,
pub window_group: XID,
}
Fields§
§flags: c_long
§input: Bool
§initial_state: c_int
§icon_pixmap: Pixmap
§icon_window: Window
§icon_x: c_int
§icon_y: c_int
§icon_mask: Pixmap
§window_group: XID
Trait Implementations§
impl Copy for XWMHints
impl StructuralPartialEq for XWMHints
Auto Trait Implementations§
impl Freeze for XWMHints
impl RefUnwindSafe for XWMHints
impl Send for XWMHints
impl Sync for XWMHints
impl Unpin for XWMHints
impl UnwindSafe for XWMHints
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)