pub struct LocalPeer {
pub identity: BleIdentity,
pub endpoint: Endpoint,
pub capabilities: LinkCapabilities,
}Fields§
§identity: BleIdentity§endpoint: Endpoint§capabilities: LinkCapabilitiesTrait Implementations§
impl Copy for LocalPeer
impl Eq for LocalPeer
impl StructuralPartialEq for LocalPeer
Auto Trait Implementations§
impl Freeze for LocalPeer
impl RefUnwindSafe for LocalPeer
impl Send for LocalPeer
impl Sync for LocalPeer
impl Unpin for LocalPeer
impl UnsafeUnpin for LocalPeer
impl UnwindSafe for LocalPeer
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