Struct bililive_core::config::StreamConfig [−][src]
pub struct StreamConfig(_);Expand description
The configuration for bilibili live stream connection.
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for StreamConfig
impl Send for StreamConfig
impl Sync for StreamConfig
impl Unpin for StreamConfig
impl UnwindSafe for StreamConfig
Blanket Implementations
Mutably borrows from an owned value. Read more