[][src]Trait rtdlib::types::TDPollType

pub trait TDPollType: Debug + RObject { }

TRAIT | Describes the type of a poll

Implementations on Foreign Types

impl<'a, POLLTYPE: TDPollType> TDPollType for &'a POLLTYPE[src]

impl<'a, POLLTYPE: TDPollType> TDPollType for &'a mut POLLTYPE[src]

Loading content...

Implementors

impl TDPollType for PollTypeQuiz[src]

impl TDPollType for PollTypeRegular[src]

Loading content...