pub enum Cw {
Show 15 variants
BackPixmap(Pixmap),
BackPixel(u32),
BorderPixmap(Pixmap),
BorderPixel(u32),
BitGravity(Gravity),
WinGravity(Gravity),
BackingStore(BackingStore),
BackingPlanes(u32),
BackingPixel(u32),
OverrideRedirect(bool),
SaveUnder(bool),
EventMask(EventMask),
DontPropagate(EventMask),
Colormap(Colormap),
Cursor(Cursor),
}
Variants§
BackPixmap(Pixmap)
BackPixel(u32)
BorderPixmap(Pixmap)
BorderPixel(u32)
BitGravity(Gravity)
WinGravity(Gravity)
BackingStore(BackingStore)
BackingPlanes(u32)
BackingPixel(u32)
OverrideRedirect(bool)
SaveUnder(bool)
EventMask(EventMask)
DontPropagate(EventMask)
Colormap(Colormap)
Cursor(Cursor)
Trait Implementations§
source§impl Ord for Cw
impl Ord for Cw
source§impl PartialOrd for Cw
impl PartialOrd for Cw
impl Eq for Cw
impl StructuralPartialEq for Cw
Auto Trait Implementations§
impl Freeze for Cw
impl RefUnwindSafe for Cw
impl Send for Cw
impl Sync for Cw
impl Unpin for Cw
impl UnwindSafe for Cw
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
)