#[repr(C, packed(1))]pub struct BTH_DEVICE_INFO_LIST {
pub numOfDevices: ULONG,
pub deviceList: [BTH_DEVICE_INFO; 1],
}
Fields§
§numOfDevices: ULONG
§deviceList: [BTH_DEVICE_INFO; 1]
Trait Implementations§
Source§impl Clone for BTH_DEVICE_INFO_LIST
impl Clone for BTH_DEVICE_INFO_LIST
Source§fn clone(&self) -> BTH_DEVICE_INFO_LIST
fn clone(&self) -> BTH_DEVICE_INFO_LIST
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 moreSource§impl Default for BTH_DEVICE_INFO_LIST
impl Default for BTH_DEVICE_INFO_LIST
Source§fn default() -> BTH_DEVICE_INFO_LIST
fn default() -> BTH_DEVICE_INFO_LIST
Returns the “default value” for a type. Read more
impl Copy for BTH_DEVICE_INFO_LIST
Auto Trait Implementations§
impl Freeze for BTH_DEVICE_INFO_LIST
impl RefUnwindSafe for BTH_DEVICE_INFO_LIST
impl Send for BTH_DEVICE_INFO_LIST
impl Sync for BTH_DEVICE_INFO_LIST
impl Unpin for BTH_DEVICE_INFO_LIST
impl UnwindSafe for BTH_DEVICE_INFO_LIST
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