pub struct DExtra;Expand description
DExtra (XRF/XLX reflectors).
Trait Implementations§
Source§impl Protocol for DExtra
impl Protocol for DExtra
Source§const KIND: ProtocolKind = ProtocolKind::DExtra
const KIND: ProtocolKind = ProtocolKind::DExtra
Runtime discriminator for this protocol.
Source§const DEFAULT_PORT: u16 = 30001
const DEFAULT_PORT: u16 = 30001
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 DExtra
impl NoAuthRequired for DExtra
Auto Trait Implementations§
impl Freeze for DExtra
impl RefUnwindSafe for DExtra
impl Send for DExtra
impl Sync for DExtra
impl Unpin for DExtra
impl UnwindSafe for DExtra
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