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