pub struct PollEvents(/* private fields */);
Implementations§
Source§impl PollEvents
impl PollEvents
Trait Implementations§
Source§impl BitOr for PollEvents
impl BitOr for PollEvents
Source§type Output = PollEvents
type Output = PollEvents
The resulting type after applying the
|
operator.Source§fn bitor(self, rhs: PollEvents) -> PollEvents
fn bitor(self, rhs: PollEvents) -> PollEvents
Performs the
|
operation. Read moreSource§impl Clone for PollEvents
impl Clone for PollEvents
Source§fn clone(&self) -> PollEvents
fn clone(&self) -> PollEvents
Returns a copy 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 Default for PollEvents
impl Default for PollEvents
Source§fn default() -> PollEvents
fn default() -> PollEvents
Returns the “default value” for a type. Read more
impl Copy for PollEvents
Auto Trait Implementations§
impl Freeze for PollEvents
impl RefUnwindSafe for PollEvents
impl Send for PollEvents
impl Sync for PollEvents
impl Unpin for PollEvents
impl UnwindSafe for PollEvents
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