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