pub struct DPlus;Expand description
DPlus (REF reflectors). Requires TCP authentication.
Trait Implementations§
Source§impl Protocol for DPlus
impl Protocol for DPlus
Source§const KIND: ProtocolKind = ProtocolKind::DPlus
const KIND: ProtocolKind = ProtocolKind::DPlus
Runtime discriminator for this protocol.
Source§const DEFAULT_PORT: u16 = 20001
const DEFAULT_PORT: u16 = 20001
Default UDP port.
Source§const NEEDS_AUTH: bool = true
const NEEDS_AUTH: bool = true
Whether this protocol requires TCP authentication before UDP linking.
impl Copy for DPlus
Auto Trait Implementations§
impl Freeze for DPlus
impl RefUnwindSafe for DPlus
impl Send for DPlus
impl Sync for DPlus
impl Unpin for DPlus
impl UnwindSafe for DPlus
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