pub enum CCCDFlag {
Notify = 1,
Indicate = 2,
}
Expand description
CCCD flag values.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CCCDFlag
impl RefUnwindSafe for CCCDFlag
impl Send for CCCDFlag
impl Sync for CCCDFlag
impl Unpin for CCCDFlag
impl UnwindSafe for CCCDFlag
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