Struct raptorq::EncoderBuilder [−][src]
Implementations
impl EncoderBuilder
[src]
pub fn new() -> EncoderBuilder
[src]
pub fn set_decoder_memory_requirement(&mut self, bytes: u64)
[src]
pub fn set_max_packet_size(&mut self, bytes: u16)
[src]
pub fn build(&self, data: &[u8]) -> Encoder
[src]
Trait Implementations
impl Clone for EncoderBuilder
[src]
fn clone(&self) -> EncoderBuilder
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for EncoderBuilder
[src]
impl Default for EncoderBuilder
[src]
fn default() -> EncoderBuilder
[src]
impl Eq for EncoderBuilder
[src]
impl PartialEq<EncoderBuilder> for EncoderBuilder
[src]
fn eq(&self, other: &EncoderBuilder) -> bool
[src]
fn ne(&self, other: &EncoderBuilder) -> bool
[src]
impl StructuralEq for EncoderBuilder
[src]
impl StructuralPartialEq for EncoderBuilder
[src]
Auto Trait Implementations
impl RefUnwindSafe for EncoderBuilder
impl Send for EncoderBuilder
impl Sync for EncoderBuilder
impl Unpin for EncoderBuilder
impl UnwindSafe for EncoderBuilder
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,