pub struct XIDChoiceError { /* private fields */ }Implementations§
Source§impl XIDChoiceError
impl XIDChoiceError
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 XIDChoiceError
impl Clone for XIDChoiceError
Source§fn clone(&self) -> XIDChoiceError
fn clone(&self) -> XIDChoiceError
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 XIDChoiceError
impl Debug for XIDChoiceError
impl Copy for XIDChoiceError
Auto Trait Implementations§
impl Freeze for XIDChoiceError
impl RefUnwindSafe for XIDChoiceError
impl Send for XIDChoiceError
impl Sync for XIDChoiceError
impl Unpin for XIDChoiceError
impl UnwindSafe for XIDChoiceError
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