Struct wasmer_deploy_cli::net::TunTapSocket
source · pub struct TunTapSocket {}
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TunTapSocket
impl Send for TunTapSocket
impl Sync for TunTapSocket
impl Unpin for TunTapSocket
impl UnwindSafe for TunTapSocket
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