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