pub struct StreamerConfig {
pub detect_semantics: bool,
pub max_patch_size: usize,
pub priority_threshold: Priority,
}
Fields§
§detect_semantics: bool
§max_patch_size: usize
§priority_threshold: Priority
Trait Implementations§
Source§impl Clone for StreamerConfig
impl Clone for StreamerConfig
Source§fn clone(&self) -> StreamerConfig
fn clone(&self) -> StreamerConfig
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 StreamerConfig
impl Debug for StreamerConfig
Auto Trait Implementations§
impl Freeze for StreamerConfig
impl RefUnwindSafe for StreamerConfig
impl Send for StreamerConfig
impl Sync for StreamerConfig
impl Unpin for StreamerConfig
impl UnwindSafe for StreamerConfig
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