pub enum MessageId {
BLUETOOTH_SOCKET_INFO_REQUEST = 1,
BLUETOOTH_NETWORK_INFO_REQUEST = 2,
BLUETOOTH_NETWORK_INFO_MESSAGE = 3,
BLUETOOTH_SOCKET_INFO_RESPONSE = 7,
}Variants§
BLUETOOTH_SOCKET_INFO_REQUEST = 1
BLUETOOTH_NETWORK_INFO_REQUEST = 2
BLUETOOTH_NETWORK_INFO_MESSAGE = 3
BLUETOOTH_SOCKET_INFO_RESPONSE = 7
Trait Implementations§
Source§impl Enum for MessageId
impl Enum for MessageId
Source§impl EnumFull for MessageId
impl EnumFull for MessageId
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.
impl Copy for MessageId
impl Eq for MessageId
impl StructuralPartialEq for MessageId
Auto Trait Implementations§
impl Freeze for MessageId
impl RefUnwindSafe for MessageId
impl Send for MessageId
impl Sync for MessageId
impl Unpin for MessageId
impl UnsafeUnpin for MessageId
impl UnwindSafe for MessageId
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