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