pub struct DataChannelOptions {
pub buffered_amount_low_threshold: u64,
}
Fields§
§buffered_amount_low_threshold: u64
Trait Implementations§
Source§impl Clone for DataChannelOptions
impl Clone for DataChannelOptions
Source§fn clone(&self) -> DataChannelOptions
fn clone(&self) -> DataChannelOptions
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 DataChannelOptions
impl Debug for DataChannelOptions
Auto Trait Implementations§
impl Freeze for DataChannelOptions
impl RefUnwindSafe for DataChannelOptions
impl Send for DataChannelOptions
impl Sync for DataChannelOptions
impl Unpin for DataChannelOptions
impl UnwindSafe for DataChannelOptions
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