Struct xcb::x::ChangeWindowAttributes
source · pub struct ChangeWindowAttributes<'a> {
pub window: Window,
pub value_list: &'a [Cw],
}
Expand description
change window attributes
Changes the attributes specified by value_mask
for the specified window
.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§window: Window
The window to change.
value_list: &'a [Cw]
Values for each of the attributes specified in the bitmask value_mask
. The
order has to correspond to the order of possible value_mask
bits. See the
example.
Trait Implementations§
source§impl<'a> Clone for ChangeWindowAttributes<'a>
impl<'a> Clone for ChangeWindowAttributes<'a>
source§fn clone(&self) -> ChangeWindowAttributes<'a>
fn clone(&self) -> ChangeWindowAttributes<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for ChangeWindowAttributes<'a>
impl<'a> Debug for ChangeWindowAttributes<'a>
source§impl<'a> RawRequest for ChangeWindowAttributes<'a>
impl<'a> RawRequest for ChangeWindowAttributes<'a>
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
source§impl<'a> Request for ChangeWindowAttributes<'a>
impl<'a> Request for ChangeWindowAttributes<'a>
impl<'a> RequestWithoutReply for ChangeWindowAttributes<'a>
Auto Trait Implementations§
impl<'a> Freeze for ChangeWindowAttributes<'a>
impl<'a> RefUnwindSafe for ChangeWindowAttributes<'a>
impl<'a> Send for ChangeWindowAttributes<'a>
impl<'a> Sync for ChangeWindowAttributes<'a>
impl<'a> Unpin for ChangeWindowAttributes<'a>
impl<'a> UnwindSafe for ChangeWindowAttributes<'a>
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
)