pub struct BtDeviceHandle { /* private fields */ }Expand description
Handle returned by bt_device_open
Trait Implementations§
Source§impl Clone for BtDeviceHandle
impl Clone for BtDeviceHandle
Source§fn clone(&self) -> BtDeviceHandle
fn clone(&self) -> BtDeviceHandle
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BtDeviceHandle
impl Debug for BtDeviceHandle
Source§impl PartialEq for BtDeviceHandle
impl PartialEq for BtDeviceHandle
impl Copy for BtDeviceHandle
impl Eq for BtDeviceHandle
impl StructuralPartialEq for BtDeviceHandle
Auto Trait Implementations§
impl Freeze for BtDeviceHandle
impl RefUnwindSafe for BtDeviceHandle
impl Send for BtDeviceHandle
impl Sync for BtDeviceHandle
impl Unpin for BtDeviceHandle
impl UnwindSafe for BtDeviceHandle
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)