pub enum LeExtAdvDataStatus {
Complete,
IncompleteMoreExpected,
IncompleteTruncated,
Reserved,
}
Expand description
Advertising data status.
Variants§
Auto Trait Implementations§
impl Freeze for LeExtAdvDataStatus
impl RefUnwindSafe for LeExtAdvDataStatus
impl Send for LeExtAdvDataStatus
impl Sync for LeExtAdvDataStatus
impl Unpin for LeExtAdvDataStatus
impl UnwindSafe for LeExtAdvDataStatus
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