Union windows_sys::Win32::Devices::Bluetooth::BTH_INFO_RSP_0
#[repr(C, packed(1))]
pub union BTH_INFO_RSP_0 {
pub connectionlessMTU: u16,
pub data: [u8; 44],
}
Fields§
§connectionlessMTU: u16
§data: [u8; 44]
Trait Implementations§
§impl Clone for BTH_INFO_RSP_0
impl Clone for BTH_INFO_RSP_0
impl Copy for BTH_INFO_RSP_0
Auto Trait Implementations§
impl RefUnwindSafe for BTH_INFO_RSP_0
impl Send for BTH_INFO_RSP_0
impl Sync for BTH_INFO_RSP_0
impl Unpin for BTH_INFO_RSP_0
impl UnwindSafe for BTH_INFO_RSP_0
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