pub struct RotateProperties<'a> {
pub window: Window,
pub delta: i16,
pub atoms: &'a [Atom],
}Expand description
The RotateProperties request.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§window: Window§delta: i16§atoms: &'a [Atom]Trait Implementations§
Source§impl<'a> Clone for RotateProperties<'a>
impl<'a> Clone for RotateProperties<'a>
Source§fn clone(&self) -> RotateProperties<'a>
fn clone(&self) -> RotateProperties<'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 RotateProperties<'a>
impl<'a> Debug for RotateProperties<'a>
Source§impl<'a> RawRequest for RotateProperties<'a>
impl<'a> RawRequest for RotateProperties<'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 RotateProperties<'a>
impl<'a> Request for RotateProperties<'a>
impl<'a> RequestWithoutReply for RotateProperties<'a>
Auto Trait Implementations§
impl<'a> Freeze for RotateProperties<'a>
impl<'a> RefUnwindSafe for RotateProperties<'a>
impl<'a> Send for RotateProperties<'a>
impl<'a> Sync for RotateProperties<'a>
impl<'a> Unpin for RotateProperties<'a>
impl<'a> UnwindSafe for RotateProperties<'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