[][src]Struct alsa::seq::RemoveEvents

pub struct RemoveEvents(_);

Methods

impl RemoveEvents[src]

pub fn new() -> Result<Self>[src]

pub fn get_condition(&self) -> Remove[src]

pub fn get_queue(&self) -> i32[src]

pub fn get_time(&self) -> Duration[src]

pub fn get_dest(&self) -> Addr[src]

pub fn get_channel(&self) -> i32[src]

pub fn get_event_type(&self) -> Result<EventType>[src]

pub fn get_tag(&self) -> u8[src]

pub fn set_condition(&self, value: Remove)[src]

pub fn set_queue(&self, value: i32)[src]

pub fn set_time(&self, value: Duration)[src]

pub fn set_dest(&self, value: Addr)[src]

pub fn set_channel(&self, value: i32)[src]

pub fn set_event_type(&self, value: EventType)[src]

pub fn set_tag(&self, value: u8)[src]

Trait Implementations

impl Send for RemoveEvents[src]

impl Drop for RemoveEvents[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]