Enum librespot_protocol::keyexchange::ProductFlags [−][src]
pub enum ProductFlags {
PRODUCT_FLAG_NONE,
PRODUCT_FLAG_DEV_BUILD,
}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 ProductFlags
impl Send for ProductFlags
impl Sync for ProductFlags
impl Unpin for ProductFlags
impl UnwindSafe for ProductFlags
Blanket Implementations
Mutably borrows from an owned value. Read more