Enum midir::Ignore [] [src]

#[repr(u8)]
pub enum Ignore { None, Sysex, Time, SysexAndTime, ActiveSense, SysexAndActiveSense, TimeAndActiveSense, All, }

Variants

Methods

impl Ignore
[src]

Trait Implementations

impl Debug for Ignore
[src]

Formats the value using the given formatter.

impl Clone for Ignore
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Ignore
[src]

impl PartialEq for Ignore
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Ignore
[src]

impl BitOr for Ignore
[src]

The resulting type after applying the | operator

The method for the | operator