pub struct ReceiverOptions {
pub source_to_connect_to: Source,
pub color_format: ReceiverColorFormat,
pub bandwidth: ReceiverBandwidth,
pub allow_video_fields: bool,
pub ndi_recv_name: Option<String>,
}Fields§
§source_to_connect_to: Source§color_format: ReceiverColorFormat§bandwidth: ReceiverBandwidth§allow_video_fields: bool§ndi_recv_name: Option<String>Implementations§
Source§impl ReceiverOptions
impl ReceiverOptions
Sourcepub fn builder(source: Source) -> ReceiverOptionsBuilder
pub fn builder(source: Source) -> ReceiverOptionsBuilder
Create a builder for configuring a receiver
Trait Implementations§
Source§impl Clone for ReceiverOptions
impl Clone for ReceiverOptions
Source§fn clone(&self) -> ReceiverOptions
fn clone(&self) -> ReceiverOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReceiverOptions
impl Debug for ReceiverOptions
Source§impl Default for ReceiverOptions
impl Default for ReceiverOptions
Source§fn default() -> ReceiverOptions
fn default() -> ReceiverOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReceiverOptions
impl RefUnwindSafe for ReceiverOptions
impl Send for ReceiverOptions
impl Sync for ReceiverOptions
impl Unpin for ReceiverOptions
impl UnsafeUnpin for ReceiverOptions
impl UnwindSafe for ReceiverOptions
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