pub(crate) struct AlphaChunk {
    _preprocessing: bool,
    pub(crate) filtering_method: FilteringMethod,
    pub(crate) data: Vec<u8>,
}Fields§
§_preprocessing: bool§filtering_method: FilteringMethod§data: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlphaChunk
impl RefUnwindSafe for AlphaChunk
impl Send for AlphaChunk
impl Sync for AlphaChunk
impl Unpin for AlphaChunk
impl UnwindSafe for AlphaChunk
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