Struct crypt4gh::WriteInfo [−][src]
pub struct WriteInfo<'a, W: Write> { /* fields omitted */ }
Expand description
Write buffer wrapper.
- offset: Start writing on position =
offset - limit: Write a maximum of
limitbytes at the time write_buffer: Write buffer
Implementations
Auto Trait Implementations
impl<'a, W> RefUnwindSafe for WriteInfo<'a, W> where
W: RefUnwindSafe, impl<'a, W> !UnwindSafe for WriteInfo<'a, W>