pub struct XDrawableError { /* private fields */ }Implementations§
Source§impl XDrawableError
impl XDrawableError
pub fn sequence_number(&self) -> u16
pub fn minor_opcode(&self) -> u16
pub fn major_opcode(&self) -> u8
pub fn bad_resource_id(&self) -> u32
Trait Implementations§
Source§impl Clone for XDrawableError
impl Clone for XDrawableError
Source§fn clone(&self) -> XDrawableError
fn clone(&self) -> XDrawableError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for XDrawableError
impl Debug for XDrawableError
impl Copy for XDrawableError
Auto Trait Implementations§
impl Freeze for XDrawableError
impl RefUnwindSafe for XDrawableError
impl Send for XDrawableError
impl Sync for XDrawableError
impl Unpin for XDrawableError
impl UnwindSafe for XDrawableError
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