pub struct Source {
pub ndi_name: String,
pub url_address: String,
}Fields§
§ndi_name: String§url_address: StringImplementations§
Trait Implementations§
Source§impl From<&NDIlib_source_t> for Source
impl From<&NDIlib_source_t> for Source
Source§fn from(inner: &NDIlib_source_t) -> Self
fn from(inner: &NDIlib_source_t) -> Self
Converts to this type from the input type.
impl Send for Source
Auto Trait Implementations§
impl Freeze for Source
impl RefUnwindSafe for Source
impl Sync for Source
impl Unpin for Source
impl UnsafeUnpin for Source
impl UnwindSafe for Source
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