pub struct FfiDuplexStream {
pub read_handle: u64,
pub write_handle: u64,
}Expand description
Handles for the two sides of a full-duplex QUIC stream.
Fields§
§read_handle: u64§write_handle: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for FfiDuplexStream
impl RefUnwindSafe for FfiDuplexStream
impl Send for FfiDuplexStream
impl Sync for FfiDuplexStream
impl Unpin for FfiDuplexStream
impl UnsafeUnpin for FfiDuplexStream
impl UnwindSafe for FfiDuplexStream
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