pub struct WlPointerError(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for WlPointerError
impl Clone for WlPointerError
Source§fn clone(&self) -> WlPointerError
fn clone(&self) -> WlPointerError
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 WlPointerError
impl Debug for WlPointerError
Source§impl Hash for WlPointerError
impl Hash for WlPointerError
Source§impl Ord for WlPointerError
impl Ord for WlPointerError
Source§fn cmp(&self, other: &WlPointerError) -> Ordering
fn cmp(&self, other: &WlPointerError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WlPointerError
impl PartialEq for WlPointerError
Source§impl PartialOrd for WlPointerError
impl PartialOrd for WlPointerError
impl Copy for WlPointerError
impl Eq for WlPointerError
impl StructuralPartialEq for WlPointerError
Auto Trait Implementations§
impl Freeze for WlPointerError
impl RefUnwindSafe for WlPointerError
impl Send for WlPointerError
impl Sync for WlPointerError
impl Unpin for WlPointerError
impl UnwindSafe for WlPointerError
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