pub struct ChannelMergerOptions {
pub number_of_inputs: usize,
}Fields§
§number_of_inputs: usizeTrait Implementations§
Source§impl Clone for ChannelMergerOptions
impl Clone for ChannelMergerOptions
Source§fn clone(&self) -> ChannelMergerOptions
fn clone(&self) -> ChannelMergerOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ChannelMergerOptions
Source§impl Debug for ChannelMergerOptions
impl Debug for ChannelMergerOptions
Source§impl Default for ChannelMergerOptions
impl Default for ChannelMergerOptions
impl Eq for ChannelMergerOptions
Source§impl PartialEq for ChannelMergerOptions
impl PartialEq for ChannelMergerOptions
Source§fn eq(&self, other: &ChannelMergerOptions) -> bool
fn eq(&self, other: &ChannelMergerOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ChannelMergerOptions
Auto Trait Implementations§
impl Freeze for ChannelMergerOptions
impl RefUnwindSafe for ChannelMergerOptions
impl Send for ChannelMergerOptions
impl Sync for ChannelMergerOptions
impl Unpin for ChannelMergerOptions
impl UnsafeUnpin for ChannelMergerOptions
impl UnwindSafe for ChannelMergerOptions
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