pub enum PktType {
IfData,
IfDataWithStream,
ExtData,
ExtDataWithStream,
IfContext,
ExtContext,
}Expand description
VRT Packet Type
Variants§
IfData
Standard IFDATA packet
IfDataWithStream
Standard IFDATA packet with a packet stream
ExtData
Custom Extension Data packet
ExtDataWithStream
Custom Extension Data packet with a packet stream
IfContext
Standard IFCONTEXT packet with a context packet stream
ExtContext
Custom Extension packet with a context packet stream
Trait Implementations§
impl Copy for PktType
impl Eq for PktType
impl StructuralPartialEq for PktType
Auto Trait Implementations§
impl Freeze for PktType
impl RefUnwindSafe for PktType
impl Send for PktType
impl Sync for PktType
impl Unpin for PktType
impl UnwindSafe for PktType
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