Struct xcb::xvmc::CreateContextReply
source · pub struct CreateContextReply { /* private fields */ }
Expand description
Reply type for CreateContext.
Can be obtained from a CreateContextCookie with Connection::wait_for_reply or from a CreateContextCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl CreateContextReply
impl CreateContextReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn width_actual(&self) -> u16
pub fn height_actual(&self) -> u16
pub fn flags_return(&self) -> u32
pub fn priv_data(&self) -> &[u32]
Trait Implementations§
source§impl Debug for CreateContextReply
impl Debug for CreateContextReply
source§impl Drop for CreateContextReply
impl Drop for CreateContextReply
source§impl Reply for CreateContextReply
impl Reply for CreateContextReply
impl Send for CreateContextReply
impl Sync for CreateContextReply
Auto Trait Implementations§
impl Freeze for CreateContextReply
impl RefUnwindSafe for CreateContextReply
impl Unpin for CreateContextReply
impl UnwindSafe for CreateContextReply
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