Struct jxl_frame::PassGroupBitstream
source · pub struct PassGroupBitstream<'buf> {
pub bitstream: Bitstream<'buf>,
pub partial: bool,
}
Fields§
§bitstream: Bitstream<'buf>
§partial: bool
Trait Implementations§
Auto Trait Implementations§
impl<'buf> Freeze for PassGroupBitstream<'buf>
impl<'buf> RefUnwindSafe for PassGroupBitstream<'buf>
impl<'buf> Send for PassGroupBitstream<'buf>
impl<'buf> Sync for PassGroupBitstream<'buf>
impl<'buf> Unpin for PassGroupBitstream<'buf>
impl<'buf> UnwindSafe for PassGroupBitstream<'buf>
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