pub struct NDISource { /* private fields */ }Expand description
long-lived/owned source descriptor
A source descriptor contains the name (exposed via NDISource::name) and optional internal connection info (not exposed, used to avoid creating an internal finder to resolve the name)
Implementations§
Trait Implementations§
Source§impl NDISourceLike for &NDISource
impl NDISourceLike for &NDISource
Source§impl NDISourceLike for NDISource
impl NDISourceLike for NDISource
impl Eq for NDISource
impl StructuralPartialEq for NDISource
Auto Trait Implementations§
impl Freeze for NDISource
impl RefUnwindSafe for NDISource
impl Send for NDISource
impl Sync for NDISource
impl Unpin for NDISource
impl UnwindSafe for NDISource
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)