pub struct Synthesizer<'o, O: ObuStruct, W: Write> { /* private fields */ }
Implementations§
Source§impl<'o, W> Synthesizer<'o, TemporalDelimiterObu, W>where
W: Write,
impl<'o, W> Synthesizer<'o, TemporalDelimiterObu, W>where
W: Write,
pub fn synthesize( obu: &'o TemporalDelimiterObu, writer: W, ) -> SynthesizerResult<()>
Source§impl<'o, W> Synthesizer<'o, SequenceHeaderObu, W>where
W: Write,
impl<'o, W> Synthesizer<'o, SequenceHeaderObu, W>where
W: Write,
pub fn synthesize( obu: &'o SequenceHeaderObu, writer: W, ) -> SynthesizerResult<()>
Source§impl<'o, W> Synthesizer<'o, FrameHeaderObu, W>where
W: Write,
impl<'o, W> Synthesizer<'o, FrameHeaderObu, W>where
W: Write,
pub fn synthesize( obu: &'o FrameHeaderObu, sequence: &'o SequenceHeaderObu, writer: W, ) -> SynthesizerResult<()>
Auto Trait Implementations§
impl<'o, O, W> Freeze for Synthesizer<'o, O, W>where
W: Freeze,
impl<'o, O, W> RefUnwindSafe for Synthesizer<'o, O, W>where
O: RefUnwindSafe,
W: RefUnwindSafe,
impl<'o, O, W> Send for Synthesizer<'o, O, W>
impl<'o, O, W> Sync for Synthesizer<'o, O, W>
impl<'o, O, W> Unpin for Synthesizer<'o, O, W>where
W: Unpin,
impl<'o, O, W> UnwindSafe for Synthesizer<'o, O, W>where
O: RefUnwindSafe,
W: UnwindSafe,
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