Struct xcb::xf86vidmode::ValidateModeLineReply
source · pub struct ValidateModeLineReply { /* private fields */ }
Expand description
Reply type for ValidateModeLine.
Can be obtained from a ValidateModeLineCookie with Connection::wait_for_reply or from a ValidateModeLineCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for ValidateModeLineReply
impl Debug for ValidateModeLineReply
source§impl Drop for ValidateModeLineReply
impl Drop for ValidateModeLineReply
source§impl Reply for ValidateModeLineReply
impl Reply for ValidateModeLineReply
impl Send for ValidateModeLineReply
impl Sync for ValidateModeLineReply
Auto Trait Implementations§
impl Freeze for ValidateModeLineReply
impl RefUnwindSafe for ValidateModeLineReply
impl Unpin for ValidateModeLineReply
impl UnwindSafe for ValidateModeLineReply
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