pub struct Source { /* private fields */ }
Expand description
A descriptor of a NDI source available on the network.
Implementations§
Source§impl Source
impl Source
Sourcepub fn get_name(&self) -> String
pub fn get_name(&self) -> String
A UTF8 string that provides a user readable name for this source.
This can be used for serialization, etc… and comprises the machine name and the source name on that machine. In the form MACHINE_NAME (NDI_SOURCE_NAME) If the parameter was passed either as NULL, or an EMPTY string then the specific IP address and port number from below is used.
Trait Implementations§
impl Send for Source
impl Sync for Source
Auto Trait Implementations§
impl Freeze for Source
impl RefUnwindSafe for Source
impl Unpin 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