Struct sysfs_gpio::PinPoller [] [src]

pub struct PinPoller { /* fields omitted */ }

Methods

impl PinPoller
[src]

[src]

Get the pin associated with this PinPoller

Note that this will be a new Pin object with the proper pin number.

[src]

[src]

Trait Implementations

impl Debug for PinPoller
[src]

[src]

Formats the value using the given formatter.

impl Drop for PinPoller
[src]

[src]

Executes the destructor for this type. Read more