Struct xcb::xf86vidmode::GetModeLineCookie
source · pub struct GetModeLineCookie { /* private fields */ }
Expand description
Cookie type for GetModeLine.
This cookie can be used to get a GetModeLineReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for GetModeLineCookie
impl Cookie for GetModeLineCookie
source§impl CookieWithReplyChecked for GetModeLineCookie
impl CookieWithReplyChecked for GetModeLineCookie
source§type Reply = GetModeLineReply
type Reply = GetModeLineReply
The reply type associated with the cookie
source§impl Debug for GetModeLineCookie
impl Debug for GetModeLineCookie
impl CookieChecked for GetModeLineCookie
Auto Trait Implementations§
impl Freeze for GetModeLineCookie
impl RefUnwindSafe for GetModeLineCookie
impl Send for GetModeLineCookie
impl Sync for GetModeLineCookie
impl Unpin for GetModeLineCookie
impl UnwindSafe for GetModeLineCookie
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