Struct gdk_x11_sys::xlib::XWMHints
[−]#[repr(C)]pub struct XWMHints {
pub flags: i64,
pub input: i32,
pub initial_state: i32,
pub icon_pixmap: u64,
pub icon_window: u64,
pub icon_x: i32,
pub icon_y: i32,
pub icon_mask: u64,
pub window_group: u64,
}
Fields
flags: i64
input: i32
initial_state: i32
icon_pixmap: u64
icon_window: u64
icon_x: i32
icon_y: i32
icon_mask: u64
window_group: u64
Trait Implementations
impl Copy for XWMHints
impl StructuralPartialEq for XWMHints
Auto Trait Implementations
impl RefUnwindSafe for XWMHints
impl Send for XWMHints
impl Sync for XWMHints
impl Unpin for XWMHints
impl UnwindSafe for XWMHints
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more