Struct dittolive_ditto::transport::PeerToPeer [−][src]
pub struct PeerToPeer {
pub bluetooth_le: BluetoothConfig,
pub lan: LanConfig,
}Fields
bluetooth_le: BluetoothConfiglan: LanConfigTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PeerToPeer
impl Send for PeerToPeer
impl Sync for PeerToPeer
impl Unpin for PeerToPeer
impl UnwindSafe for PeerToPeer
Blanket Implementations
Mutably borrows from an owned value. Read more