pub struct Poll {
pub flags: u8,
pub min_diagnostic_priority: u8,
pub target_port_addresses: RangeInclusive<u16>,
}
Fields§
§flags: u8
§min_diagnostic_priority: u8
§target_port_addresses: RangeInclusive<u16>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Poll
impl RefUnwindSafe for Poll
impl Send for Poll
impl Sync for Poll
impl Unpin for Poll
impl UnwindSafe for Poll
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