Struct sndjvu_format::parsing::FgbzIndices
source · pub struct FgbzIndices<'a> { /* private fields */ }
Expand description
Compressed portion of an FGbz
chunk.
Implementations§
source§impl<'a> FgbzIndices<'a>
impl<'a> FgbzIndices<'a>
pub fn bzz(&self) -> &'a [u8] ⓘ
pub fn parse_decoded<'dec>( &self, decoded: &'dec [u8] ) -> Result<&'dec [PaletteIndex], Error>
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for FgbzIndices<'a>
impl<'a> Send for FgbzIndices<'a>
impl<'a> Sync for FgbzIndices<'a>
impl<'a> Unpin for FgbzIndices<'a>
impl<'a> UnwindSafe for FgbzIndices<'a>
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