Type Alias libcras::CrasStreamType
source · pub type CrasStreamType = CRAS_STREAM_TYPE;
Aliased Type§
enum CrasStreamType {
CRAS_STREAM_TYPE_DEFAULT,
CRAS_STREAM_TYPE_PRO_AUDIO,
}
Variants§
Trait Implementations
source§impl Serialize for CRAS_STREAM_TYPE
impl Serialize for CRAS_STREAM_TYPE
impl StructuralPartialEq for CRAS_STREAM_TYPE
source§impl Clone for CRAS_STREAM_TYPE
impl Clone for CRAS_STREAM_TYPE
source§fn clone(&self) -> CRAS_STREAM_TYPE
fn clone(&self) -> CRAS_STREAM_TYPE
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 Eq for CRAS_STREAM_TYPE
source§impl PartialEq for CRAS_STREAM_TYPE
impl PartialEq for CRAS_STREAM_TYPE
source§fn eq(&self, other: &CRAS_STREAM_TYPE) -> bool
fn eq(&self, other: &CRAS_STREAM_TYPE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'de> Deserialize<'de> for CRAS_STREAM_TYPE
impl<'de> Deserialize<'de> for CRAS_STREAM_TYPE
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more