Struct alsa::seq::PortSubscribe
source · pub struct PortSubscribe(/* private fields */);
Expand description
snd_seq_port_subscribe_t wrapper
Implementations§
source§impl PortSubscribe
impl PortSubscribe
pub fn get_sender(&self) -> Addr
pub fn get_dest(&self) -> Addr
pub fn get_queue(&self) -> i32
pub fn get_exclusive(&self) -> bool
pub fn get_time_update(&self) -> bool
pub fn get_time_real(&self) -> bool
pub fn set_sender(&self, value: Addr)
pub fn set_dest(&self, value: Addr)
pub fn set_queue(&self, value: i32)
pub fn set_exclusive(&self, value: bool)
pub fn set_time_update(&self, value: bool)
pub fn set_time_real(&self, value: bool)
Trait Implementations§
source§impl Drop for PortSubscribe
impl Drop for PortSubscribe
impl Send for PortSubscribe
Auto Trait Implementations§
impl RefUnwindSafe for PortSubscribe
impl !Sync for PortSubscribe
impl Unpin for PortSubscribe
impl UnwindSafe for PortSubscribe
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more