struct PollInterest<'tcx> {
revents_place: MPlaceTy<'tcx>,
}Expand description
An interest into a file descriptor together with its relevant readiness events.
Fields§
§revents_place: MPlaceTy<'tcx>Place where the ready events of the interests should be written to.
Trait Implementations§
Source§impl<'tcx> Debug for PollInterest<'tcx>
impl<'tcx> Debug for PollInterest<'tcx>
Source§impl VisitProvenance for PollInterest<'_>
impl VisitProvenance for PollInterest<'_>
fn visit_provenance(&self, visit: &mut VisitWith<'_>)
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for PollInterest<'tcx>
impl<'tcx> !UnwindSafe for PollInterest<'tcx>
impl<'tcx> DynSend for PollInterest<'tcx>
impl<'tcx> DynSync for PollInterest<'tcx>
impl<'tcx> Freeze for PollInterest<'tcx>
impl<'tcx> Send for PollInterest<'tcx>
impl<'tcx> Sync for PollInterest<'tcx>
impl<'tcx> Unpin for PollInterest<'tcx>
impl<'tcx> UnsafeUnpin for PollInterest<'tcx>
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 88 bytes