pub struct ParamTlm { /* private fields */ }Expand description
TLM marker segment — tile-part length index.
Allows random access to tile-parts without sequentially parsing the entire codestream.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParamTlm
impl RefUnwindSafe for ParamTlm
impl Send for ParamTlm
impl Sync for ParamTlm
impl Unpin for ParamTlm
impl UnsafeUnpin for ParamTlm
impl UnwindSafe for ParamTlm
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