#[repr(C, packed(1))]pub struct BluetoothLe {
pub header: DevicePathProtocol,
pub device_address: [u8; 6],
pub address_type: BluetoothLeAddressType,
}
Fields§
§header: DevicePathProtocol
§device_address: [u8; 6]
§address_type: BluetoothLeAddressType
Auto Trait Implementations§
impl Freeze for BluetoothLe
impl RefUnwindSafe for BluetoothLe
impl Send for BluetoothLe
impl Sync for BluetoothLe
impl Unpin for BluetoothLe
impl UnwindSafe for BluetoothLe
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