Struct swf_emitter::io_bits::BitsWriter [−][src]
pub struct BitsWriter<W: Write> { /* fields omitted */ }
Implementations
Trait Implementations
Align the writer and return a byte writer
Auto Trait Implementations
impl<W> RefUnwindSafe for BitsWriter<W> where
W: RefUnwindSafe,
impl<W> Send for BitsWriter<W> where
W: Send,
impl<W> Sync for BitsWriter<W> where
W: Sync,
impl<W> Unpin for BitsWriter<W> where
W: Unpin,
impl<W> UnwindSafe for BitsWriter<W> where
W: UnwindSafe,