Struct x11rb::properties::WmHintsCookie
source · pub struct WmHintsCookie<'a, Conn: RequestConnection + ?Sized>(Cookie<'a, Conn, GetPropertyReply>);
Expand description
A cookie for getting a window’s WM_HINTS
property.
See WmHints
.
Tuple Fields§
§0: Cookie<'a, Conn, GetPropertyReply>
Implementations§
source§impl<'a, Conn> WmHintsCookie<'a, Conn>where
Conn: RequestConnection + ?Sized,
impl<'a, Conn> WmHintsCookie<'a, Conn>where
Conn: RequestConnection + ?Sized,
sourcepub fn reply_unchecked(self) -> Result<Option<WmHints>, ConnectionError>
pub fn reply_unchecked(self) -> Result<Option<WmHints>, ConnectionError>
Get the reply that the server sent, but have errors handled as events.
source§impl<'a, Conn> WmHintsCookie<'a, Conn>where
Conn: RequestConnection + ?Sized,
impl<'a, Conn> WmHintsCookie<'a, Conn>where
Conn: RequestConnection + ?Sized,
Trait Implementations§
Auto Trait Implementations§
impl<'a, Conn> Freeze for WmHintsCookie<'a, Conn>where
Conn: ?Sized,
impl<'a, Conn> RefUnwindSafe for WmHintsCookie<'a, Conn>where
Conn: RefUnwindSafe + ?Sized,
impl<'a, Conn> Send for WmHintsCookie<'a, Conn>
impl<'a, Conn> Sync for WmHintsCookie<'a, Conn>
impl<'a, Conn> Unpin for WmHintsCookie<'a, Conn>where
Conn: ?Sized,
impl<'a, Conn> UnwindSafe for WmHintsCookie<'a, Conn>where
Conn: RefUnwindSafe + ?Sized,
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