Struct xcb::xv::BadControlError
source · pub struct BadControlError { /* private fields */ }
Expand description
The BadControlError
error.
Implementations§
source§impl BadControlError
impl BadControlError
pub fn response_type(&self) -> u8
pub fn error_code(&self) -> u8
pub fn sequence(&self) -> u16
Trait Implementations§
source§impl BaseError for BadControlError
impl BaseError for BadControlError
source§impl Debug for BadControlError
impl Debug for BadControlError
source§impl Drop for BadControlError
impl Drop for BadControlError
source§impl Raw<xcb_generic_error_t> for BadControlError
impl Raw<xcb_generic_error_t> for BadControlError
impl Send for BadControlError
impl Sync for BadControlError
Auto Trait Implementations§
impl Freeze for BadControlError
impl RefUnwindSafe for BadControlError
impl Unpin for BadControlError
impl UnwindSafe for BadControlError
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