pub struct BisConnHandle(/* private fields */);
Expand description
BisConnHandle
Implementations§
Source§impl BisConnHandle
impl BisConnHandle
Sourcepub fn handle(&self) -> Result<ConnHandle, FromHciBytesError>
pub fn handle(&self) -> Result<ConnHandle, FromHciBytesError>
Get value of handle
Trait Implementations§
Source§impl Clone for BisConnHandle
impl Clone for BisConnHandle
Source§fn clone(&self) -> BisConnHandle
fn clone(&self) -> BisConnHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BisConnHandle
impl Debug for BisConnHandle
Source§impl Default for BisConnHandle
impl Default for BisConnHandle
Source§fn default() -> BisConnHandle
fn default() -> BisConnHandle
Returns the “default value” for a type. Read more
Source§impl Hash for BisConnHandle
impl Hash for BisConnHandle
Source§impl Ord for BisConnHandle
impl Ord for BisConnHandle
Source§fn cmp(&self, other: &BisConnHandle) -> Ordering
fn cmp(&self, other: &BisConnHandle) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BisConnHandle
impl PartialEq for BisConnHandle
Source§impl PartialOrd for BisConnHandle
impl PartialOrd for BisConnHandle
impl Copy for BisConnHandle
impl Eq for BisConnHandle
impl StructuralPartialEq for BisConnHandle
Auto Trait Implementations§
impl Freeze for BisConnHandle
impl RefUnwindSafe for BisConnHandle
impl Send for BisConnHandle
impl Sync for BisConnHandle
impl Unpin for BisConnHandle
impl UnwindSafe for BisConnHandle
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