pub enum OutputSize {
PacketCount(usize),
RawBytesCount(usize),
}
Variants§
Auto Trait Implementations§
impl Freeze for OutputSize
impl RefUnwindSafe for OutputSize
impl Send for OutputSize
impl Sync for OutputSize
impl Unpin for OutputSize
impl UnwindSafe for OutputSize
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