pub struct SocketTransferParams {
pub direction: Direction,
pub params: TransferParams,
}
Fields§
§direction: Direction
§params: TransferParams
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SocketTransferParams
impl RefUnwindSafe for SocketTransferParams
impl Send for SocketTransferParams
impl Sync for SocketTransferParams
impl Unpin for SocketTransferParams
impl UnwindSafe for SocketTransferParams
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