Enum rustable::gatt::server::ShouldNotify [−][src]
pub enum ShouldNotify { Yes, WithSpecialValue(AttValue), No, }
Variants
WithSpecialValue(AttValue)
pub enum ShouldNotify { Yes, WithSpecialValue(AttValue), No, }
WithSpecialValue(AttValue)
impl RefUnwindSafe for ShouldNotify
impl Send for ShouldNotify
impl Sync for ShouldNotify
impl Unpin for ShouldNotify
impl UnwindSafe for ShouldNotify