pub struct Info(/* private fields */);
Expand description
snd_rawmidi_info_t wrapper
Implementations§
Source§impl Info
impl Info
pub fn get_device(&self) -> i32
pub fn get_subdevice(&self) -> i32
pub fn get_stream(&self) -> Direction
pub fn get_subdevice_name(&self) -> Result<String>
pub fn get_id(&self) -> Result<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Info
impl RefUnwindSafe for Info
impl !Send for Info
impl !Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
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