Struct alsa::seq::PortInfo [] [src]

pub struct PortInfo(_);

snd_seq_port_info_t wrapper

Methods

impl PortInfo
[src]

Creates a new PortInfo with all fields set to zero.

Trait Implementations

impl Send for PortInfo
[src]

impl Drop for PortInfo
[src]

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

impl Debug for PortInfo
[src]

Formats the value using the given formatter.