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