Trait nrfxlib::Pollable[][src]

pub trait Pollable { }
Expand description

Describes something we can poll on.

Implementors

impl Pollable for AtSocket[src]

fn get_fd(&self) -> i32[src]

impl Pollable for DtlsSocket[src]

fn get_fd(&self) -> i32[src]

impl Pollable for GnssSocket[src]

fn get_fd(&self) -> i32[src]

impl Pollable for TcpSocket[src]

fn get_fd(&self) -> i32[src]

impl Pollable for TlsSocket[src]

fn get_fd(&self) -> i32[src]

impl Pollable for UdpSocket[src]

fn get_fd(&self) -> i32[src]