pub enum RawEventSource {
Fd(RawFd),
}Expand description
Platform-specific event source identity.
Variants§
Trait Implementations§
Source§impl Clone for RawEventSource
impl Clone for RawEventSource
Source§fn clone(&self) -> RawEventSource
fn clone(&self) -> RawEventSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RawEventSource
Source§impl Debug for RawEventSource
impl Debug for RawEventSource
impl Eq for RawEventSource
Source§impl PartialEq for RawEventSource
impl PartialEq for RawEventSource
Source§fn eq(&self, other: &RawEventSource) -> bool
fn eq(&self, other: &RawEventSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RawEventSource
Auto Trait Implementations§
impl Freeze for RawEventSource
impl RefUnwindSafe for RawEventSource
impl Send for RawEventSource
impl Sync for RawEventSource
impl Unpin for RawEventSource
impl UnsafeUnpin for RawEventSource
impl UnwindSafe for RawEventSource
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