Struct flood_rs::InOctetStream
source · pub struct InOctetStream {
pub cursor: Cursor<Vec<u8>>,
}
Fields§
§cursor: Cursor<Vec<u8>>
Implementations§
Trait Implementations§
source§impl ReadOctetStream for InOctetStream
impl ReadOctetStream for InOctetStream
Auto Trait Implementations§
impl RefUnwindSafe for InOctetStream
impl Send for InOctetStream
impl Sync for InOctetStream
impl Unpin for InOctetStream
impl UnwindSafe for InOctetStream
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