pub struct PollEvent(/* private fields */);
Implementations§
Source§impl PollEvent
impl PollEvent
pub const CLOSED: PollEvent = _
pub const READABLE: PollEvent = _
pub const WRITABLE: PollEvent = _
pub const fn zeroed() -> PollEvent
pub const fn from_raw(value: u8) -> PollEvent
pub fn as_raw(&self) -> u8
pub fn is_empty(&self) -> bool
pub fn contains(&self, other: PollEvent) -> bool
Trait Implementations§
impl Copy for PollEvent
impl Eq for PollEvent
impl StructuralPartialEq for PollEvent
Auto Trait Implementations§
impl Freeze for PollEvent
impl RefUnwindSafe for PollEvent
impl Send for PollEvent
impl Sync for PollEvent
impl Unpin for PollEvent
impl UnwindSafe for PollEvent
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