pub enum CharacteristicProperty {
Broadcast,
Read,
WriteWithoutResponse,
Write,
AuthenticatedSignedWrites,
Notify,
NotifyEncryptionRequired,
Indicate,
IndicateEncryptionRequired,
ExtendedProperties,
}
Variants§
Broadcast
Read
WriteWithoutResponse
Write
AuthenticatedSignedWrites
Notify
NotifyEncryptionRequired
Indicate
IndicateEncryptionRequired
ExtendedProperties
Trait Implementations§
Source§impl Clone for CharacteristicProperty
impl Clone for CharacteristicProperty
Source§fn clone(&self) -> CharacteristicProperty
fn clone(&self) -> CharacteristicProperty
Returns a duplicate 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 CharacteristicProperty
impl Debug for CharacteristicProperty
Source§impl PartialEq for CharacteristicProperty
impl PartialEq for CharacteristicProperty
impl StructuralPartialEq for CharacteristicProperty
Auto Trait Implementations§
impl Freeze for CharacteristicProperty
impl RefUnwindSafe for CharacteristicProperty
impl Send for CharacteristicProperty
impl Sync for CharacteristicProperty
impl Unpin for CharacteristicProperty
impl UnwindSafe for CharacteristicProperty
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