Struct x11rb::protocol::screensaver::SetAttributesAux [−][src]
pub struct SetAttributesAux {Show 15 fields
pub background_pixmap: Option<Pixmap>,
pub background_pixel: Option<u32>,
pub border_pixmap: Option<Pixmap>,
pub border_pixel: Option<u32>,
pub bit_gravity: Option<Gravity>,
pub win_gravity: Option<Gravity>,
pub backing_store: Option<BackingStore>,
pub backing_planes: Option<u32>,
pub backing_pixel: Option<u32>,
pub override_redirect: Option<Bool32>,
pub save_under: Option<Bool32>,
pub event_mask: Option<u32>,
pub do_not_propogate_mask: Option<u32>,
pub colormap: Option<Colormap>,
pub cursor: Option<Cursor>,
}
Expand description
Auxiliary and optional information for the set_attributes
function
Fields
background_pixmap: Option<Pixmap>
background_pixel: Option<u32>
border_pixmap: Option<Pixmap>
border_pixel: Option<u32>
bit_gravity: Option<Gravity>
win_gravity: Option<Gravity>
backing_store: Option<BackingStore>
backing_planes: Option<u32>
backing_pixel: Option<u32>
override_redirect: Option<Bool32>
save_under: Option<Bool32>
event_mask: Option<u32>
do_not_propogate_mask: Option<u32>
colormap: Option<Colormap>
cursor: Option<Cursor>
Implementations
Set the background_pixmap
field of this structure.
Set the background_pixel
field of this structure.
Set the border_pixmap
field of this structure.
Set the border_pixel
field of this structure.
Set the bit_gravity
field of this structure.
Set the win_gravity
field of this structure.
Set the backing_store
field of this structure.
Set the backing_planes
field of this structure.
Set the backing_pixel
field of this structure.
Set the override_redirect
field of this structure.
Set the save_under
field of this structure.
Set the event_mask
field of this structure.
Set the do_not_propogate_mask
field of this structure.
Set the colormap
field of this structure.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SetAttributesAux
impl Send for SetAttributesAux
impl Sync for SetAttributesAux
impl Unpin for SetAttributesAux
impl UnwindSafe for SetAttributesAux
Blanket Implementations
Mutably borrows from an owned value. Read more