pub struct HostId(pub u64);
Expand description
A Bluetooth Host Adapter id. Uniquely identifiers a bluetooth Host on this system.
HostId
can be converted to/from a FIDL Bluetooth HostId type.
Tuple Fields§
§0: u64
Trait Implementations§
impl Copy for HostId
impl Eq for HostId
impl StructuralPartialEq for HostId
Auto Trait Implementations§
impl Freeze for HostId
impl RefUnwindSafe for HostId
impl Send for HostId
impl Sync for HostId
impl Unpin for HostId
impl UnwindSafe for HostId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)