Struct jwilm_xdo::Xdo []

pub struct Xdo(_);

Wraps an instance of the xdo library

Methods

impl Xdo
[src]

Methods from Deref<Target = XdoRef>

Trait Implementations

impl ForeignType for Xdo

The raw C type.

The type representing a reference to this type.

Constructs an instance of this type from its raw type.

impl Drop for Xdo

A method called when the value goes out of scope. Read more

impl Deref for Xdo

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for Xdo

The method called to mutably dereference a value