Enum stm32wb_hci::host::ScanType
source · #[repr(u8)]pub enum ScanType {
Passive,
Active,
}Expand description
Types of scan to perform.
See ScanParameters and le_set_scan_parameters.
Variants§
Passive
Passive Scanning. No scanning PDUs shall be sent (default).
Active
Active scanning. Scanning PDUs may be sent.
Trait Implementations§
source§impl PartialEq<ScanType> for ScanType
impl PartialEq<ScanType> for ScanType
impl Copy for ScanType
impl StructuralPartialEq for ScanType
Auto Trait Implementations§
impl RefUnwindSafe for ScanType
impl Send for ScanType
impl Sync for ScanType
impl Unpin for ScanType
impl UnwindSafe for ScanType
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