pub struct RawPacketStream<'a> {
pub ended: bool,
pub incomplete: bool,
/* private fields */
}
Fields§
§ended: bool
§incomplete: bool
Implementations§
Trait Implementations§
Source§impl<'a> Clone for RawPacketStream<'a>
impl<'a> Clone for RawPacketStream<'a>
Source§fn clone(&self) -> RawPacketStream<'a>
fn clone(&self) -> RawPacketStream<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<'a> Freeze for RawPacketStream<'a>
impl<'a> RefUnwindSafe for RawPacketStream<'a>
impl<'a> !Send for RawPacketStream<'a>
impl<'a> !Sync for RawPacketStream<'a>
impl<'a> Unpin for RawPacketStream<'a>
impl<'a> UnwindSafe for RawPacketStream<'a>
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