pub struct Level<'a> {
pub data: &'a [u8],
pub uncompressed_byte_length: u64,
}
Fields§
§data: &'a [u8]
§uncompressed_byte_length: u64
Auto Trait Implementations§
impl<'a> Freeze for Level<'a>
impl<'a> RefUnwindSafe for Level<'a>
impl<'a> Send for Level<'a>
impl<'a> Sync for Level<'a>
impl<'a> Unpin for Level<'a>
impl<'a> UnwindSafe for Level<'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