Enum librespot_protocol::authentication::Brand [−][src]
pub enum Brand {
BRAND_UNBRANDED,
BRAND_INQ,
BRAND_HTC,
BRAND_NOKIA,
}Variants
Trait Implementations
Try to create an enum from i32 value.
Return None if value is unknown. Read more
Get all enum values for enum type.
Get enum descriptor by type.
Get enum value descriptor.
Get enum descriptor.
Auto Trait Implementations
impl RefUnwindSafe for Brand
impl UnwindSafe for Brand
Blanket Implementations
Mutably borrows from an owned value. Read more