Struct libdvb_rs::net::NetInterface
source · [−]pub struct NetInterface<'a> { /* private fields */ }Implementations
sourceimpl<'a> NetInterface<'a>
impl<'a> NetInterface<'a>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for NetInterface<'a>
impl<'a> Send for NetInterface<'a>
impl<'a> Sync for NetInterface<'a>
impl<'a> Unpin for NetInterface<'a>
impl<'a> UnwindSafe for NetInterface<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more