pub enum MemberType {
SPIRC_V2 = 0,
SPIRC_V3 = 1,
CONNECT_STATE = 2,
CONNECT_STATE_EXTENDED = 5,
ACTIVE_DEVICE_TRACKER = 6,
PLAY_TOKEN = 7,
}
Variants§
SPIRC_V2 = 0
SPIRC_V3 = 1
CONNECT_STATE = 2
CONNECT_STATE_EXTENDED = 5
ACTIVE_DEVICE_TRACKER = 6
PLAY_TOKEN = 7
Trait Implementations§
Source§impl Clone for MemberType
impl Clone for MemberType
Source§fn clone(&self) -> MemberType
fn clone(&self) -> MemberType
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 MemberType
impl Debug for MemberType
Source§impl Default for MemberType
impl Default for MemberType
Source§impl Enum for MemberType
impl Enum for MemberType
Source§const VALUES: &'static [MemberType]
const VALUES: &'static [MemberType]
All enum values for enum type.
Source§impl EnumFull for MemberType
impl EnumFull for MemberType
Source§fn enum_descriptor() -> EnumDescriptor
fn enum_descriptor() -> EnumDescriptor
Get enum descriptor by type.
Source§fn descriptor(&self) -> EnumValueDescriptor
fn descriptor(&self) -> EnumValueDescriptor
Get enum value descriptor.
Source§impl Hash for MemberType
impl Hash for MemberType
Source§impl PartialEq for MemberType
impl PartialEq for MemberType
impl Copy for MemberType
impl Eq for MemberType
impl StructuralPartialEq for MemberType
Auto Trait Implementations§
impl Freeze for MemberType
impl RefUnwindSafe for MemberType
impl Send for MemberType
impl Sync for MemberType
impl Unpin for MemberType
impl UnwindSafe for MemberType
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