#[repr(C)]pub struct BTH_DEVICE_INFO {
pub flags: ULONG,
pub address: BTH_ADDR,
pub classOfDevice: BTH_COD,
pub name: [CHAR; 248],
}
Fields§
§flags: ULONG
§address: BTH_ADDR
§classOfDevice: BTH_COD
§name: [CHAR; 248]
Trait Implementations§
Source§impl Clone for BTH_DEVICE_INFO
impl Clone for BTH_DEVICE_INFO
Source§fn clone(&self) -> BTH_DEVICE_INFO
fn clone(&self) -> BTH_DEVICE_INFO
Returns a duplicate 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
impl Default for BTH_DEVICE_INFO
Source§fn default() -> BTH_DEVICE_INFO
fn default() -> BTH_DEVICE_INFO
Returns the “default value” for a type. Read more
impl Copy for BTH_DEVICE_INFO
Auto Trait Implementations§
impl Freeze for BTH_DEVICE_INFO
impl RefUnwindSafe for BTH_DEVICE_INFO
impl Send for BTH_DEVICE_INFO
impl Sync for BTH_DEVICE_INFO
impl Unpin for BTH_DEVICE_INFO
impl UnwindSafe for BTH_DEVICE_INFO
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