Struct BLUETOOTH_DEVICE_SEARCH_PARAMS
#[repr(C)]pub struct BLUETOOTH_DEVICE_SEARCH_PARAMS {
pub dwSize: u32,
pub fReturnAuthenticated: BOOL,
pub fReturnRemembered: BOOL,
pub fReturnUnknown: BOOL,
pub fReturnConnected: BOOL,
pub fIssueInquiry: BOOL,
pub cTimeoutMultiplier: u8,
pub hRadio: HANDLE,
}
Fields§
§dwSize: u32
§fReturnAuthenticated: BOOL
§fReturnRemembered: BOOL
§fReturnUnknown: BOOL
§fReturnConnected: BOOL
§fIssueInquiry: BOOL
§cTimeoutMultiplier: u8
§hRadio: HANDLE
Trait Implementations§
§impl Clone for BLUETOOTH_DEVICE_SEARCH_PARAMS
impl Clone for BLUETOOTH_DEVICE_SEARCH_PARAMS
§fn clone(&self) -> BLUETOOTH_DEVICE_SEARCH_PARAMS
fn clone(&self) -> BLUETOOTH_DEVICE_SEARCH_PARAMS
Returns a copy 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 more§impl Debug for BLUETOOTH_DEVICE_SEARCH_PARAMS
impl Debug for BLUETOOTH_DEVICE_SEARCH_PARAMS
§impl Default for BLUETOOTH_DEVICE_SEARCH_PARAMS
impl Default for BLUETOOTH_DEVICE_SEARCH_PARAMS
§impl PartialEq for BLUETOOTH_DEVICE_SEARCH_PARAMS
impl PartialEq for BLUETOOTH_DEVICE_SEARCH_PARAMS
impl Copy for BLUETOOTH_DEVICE_SEARCH_PARAMS
impl StructuralPartialEq for BLUETOOTH_DEVICE_SEARCH_PARAMS
Auto Trait Implementations§
impl Freeze for BLUETOOTH_DEVICE_SEARCH_PARAMS
impl RefUnwindSafe for BLUETOOTH_DEVICE_SEARCH_PARAMS
impl !Send for BLUETOOTH_DEVICE_SEARCH_PARAMS
impl !Sync for BLUETOOTH_DEVICE_SEARCH_PARAMS
impl Unpin for BLUETOOTH_DEVICE_SEARCH_PARAMS
impl UnwindSafe for BLUETOOTH_DEVICE_SEARCH_PARAMS
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