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