Struct boxxy::ffi::ForeignCommand[][src]

pub struct ForeignCommand(_);

Methods

impl ForeignCommand
[src]

Trait Implementations

impl Debug for ForeignCommand
[src]

Formats the value using the given formatter. Read more

impl Clone for ForeignCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<ForeignCommand> for Command
[src]

Performs the conversion.

Auto Trait Implementations