Struct windows::Devices::Bluetooth::BluetoothUuidHelper
pub struct BluetoothUuidHelper;
Implementations§
§impl BluetoothUuidHelper
impl BluetoothUuidHelper
pub fn FromShortId(shortid: u32) -> Result<GUID>
pub fn TryGetShortId(uuid: GUID) -> Result<IReference<u32>>
Auto Trait Implementations§
impl Freeze for BluetoothUuidHelper
impl RefUnwindSafe for BluetoothUuidHelper
impl Send for BluetoothUuidHelper
impl Sync for BluetoothUuidHelper
impl Unpin for BluetoothUuidHelper
impl UnwindSafe for BluetoothUuidHelper
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