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