Enum alsa::seq::QuerySubsType
source · pub enum QuerySubsType {
READ = 0,
WRITE = 1,
}
Expand description
snd_seq_query_subs_type_t wrapper
Variants§
Trait Implementations§
source§impl Clone for QuerySubsType
impl Clone for QuerySubsType
source§fn clone(&self) -> QuerySubsType
fn clone(&self) -> QuerySubsType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for QuerySubsType
Auto Trait Implementations§
impl RefUnwindSafe for QuerySubsType
impl Send for QuerySubsType
impl Sync for QuerySubsType
impl Unpin for QuerySubsType
impl UnwindSafe for QuerySubsType
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