Struct jwilm_xdo::Xdo []

pub struct Xdo(_);

Wraps an instance of the xdo library

Methods

impl Xdo
[src]

[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

Executes the destructor for this type. Read more

impl Deref for Xdo

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Xdo

Mutably dereferences the value.