Enum libcras::CrasSocketType
source · pub enum CrasSocketType {
Legacy,
Unified,
}
Variants§
Trait Implementations§
source§impl Clone for CrasSocketType
impl Clone for CrasSocketType
source§fn clone(&self) -> CrasSocketType
fn clone(&self) -> CrasSocketType
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 moresource§impl Debug for CrasSocketType
impl Debug for CrasSocketType
source§impl<'de> Deserialize<'de> for CrasSocketType
impl<'de> Deserialize<'de> for CrasSocketType
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
source§impl FromStr for CrasSocketType
impl FromStr for CrasSocketType
source§impl PartialEq for CrasSocketType
impl PartialEq for CrasSocketType
source§fn eq(&self, other: &CrasSocketType) -> bool
fn eq(&self, other: &CrasSocketType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for CrasSocketType
impl Serialize for CrasSocketType
impl Copy for CrasSocketType
impl Eq for CrasSocketType
impl StructuralPartialEq for CrasSocketType
Auto Trait Implementations§
impl RefUnwindSafe for CrasSocketType
impl Send for CrasSocketType
impl Sync for CrasSocketType
impl Unpin for CrasSocketType
impl UnwindSafe for CrasSocketType
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