pub struct Card(/* private fields */);
Expand description
An ALSA sound card, uniquely identified by its index.
Implementations§
Trait Implementations§
source§impl Ord for Card
impl Ord for Card
source§impl PartialEq for Card
impl PartialEq for Card
source§impl PartialOrd for Card
impl PartialOrd for Card
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Card
impl Eq for Card
impl StructuralEq for Card
impl StructuralPartialEq for Card
Auto Trait Implementations§
impl RefUnwindSafe for Card
impl Send for Card
impl Sync for Card
impl Unpin for Card
impl UnwindSafe for Card
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