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