pub struct CardInfo(/* private fields */);
Expand description
snd_ctl_card_info_t wrapper
Implementations§
Source§impl CardInfo
impl CardInfo
pub fn get_id(&self) -> Result<&str>
pub fn get_driver(&self) -> Result<&str>
pub fn get_components(&self) -> Result<&str>
pub fn get_longname(&self) -> Result<&str>
pub fn get_name(&self) -> Result<&str>
pub fn get_mixername(&self) -> Result<&str>
pub fn get_card(&self) -> Card
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CardInfo
impl RefUnwindSafe for CardInfo
impl !Send for CardInfo
impl !Sync for CardInfo
impl Unpin for CardInfo
impl UnwindSafe for CardInfo
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