#[repr(transparent)]pub struct XPDispatchMode(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl XPDispatchMode
impl XPDispatchMode
pub const Direct: XPDispatchMode
Source§impl XPDispatchMode
impl XPDispatchMode
pub const UpChain: XPDispatchMode
Source§impl XPDispatchMode
impl XPDispatchMode
pub const Recursive: XPDispatchMode
Source§impl XPDispatchMode
impl XPDispatchMode
pub const DirectAllCallbacks: XPDispatchMode
Source§impl XPDispatchMode
impl XPDispatchMode
pub const Once: XPDispatchMode
Trait Implementations§
Source§impl Clone for XPDispatchMode
impl Clone for XPDispatchMode
Source§fn clone(&self) -> XPDispatchMode
fn clone(&self) -> XPDispatchMode
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 XPDispatchMode
impl Debug for XPDispatchMode
Source§impl Hash for XPDispatchMode
impl Hash for XPDispatchMode
Source§impl PartialEq for XPDispatchMode
impl PartialEq for XPDispatchMode
impl Copy for XPDispatchMode
impl Eq for XPDispatchMode
impl StructuralPartialEq for XPDispatchMode
Auto Trait Implementations§
impl Freeze for XPDispatchMode
impl RefUnwindSafe for XPDispatchMode
impl Send for XPDispatchMode
impl Sync for XPDispatchMode
impl Unpin for XPDispatchMode
impl UnwindSafe for XPDispatchMode
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