pub struct NDISourceRef<'a> { /* private fields */ }Expand description
This is a short-lived/reference source descriptor
A source descriptor contains the name (exposed via NDISourceRef::name) and optional internal connection info (not exposed, used to avoid creating an internal finder to resolve the name)
C equivalent: NDIlib_source_t
Implementations§
Trait Implementations§
Source§impl<'a> Clone for NDISourceRef<'a>
impl<'a> Clone for NDISourceRef<'a>
Source§fn clone(&self) -> NDISourceRef<'a>
fn clone(&self) -> NDISourceRef<'a>
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NDISourceRef<'_>
impl Debug for NDISourceRef<'_>
Source§impl NDISourceLike for &NDISourceRef<'_>
impl NDISourceLike for &NDISourceRef<'_>
Auto Trait Implementations§
impl<'a> Freeze for NDISourceRef<'a>
impl<'a> RefUnwindSafe for NDISourceRef<'a>
impl<'a> !Send for NDISourceRef<'a>
impl<'a> !Sync for NDISourceRef<'a>
impl<'a> Unpin for NDISourceRef<'a>
impl<'a> UnwindSafe for NDISourceRef<'a>
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)