pub struct Unpack15 { /* private fields */ }Implementations§
Source§impl Unpack15
impl Unpack15
pub fn new() -> Self
pub fn decode_member( &mut self, input: &[u8], target: usize, solid: bool, ) -> Result<Vec<u8>>
pub fn decode_member_to( &mut self, input: &[u8], target: usize, solid: bool, out: &mut impl Write, ) -> Result<()>
pub fn decode_member_from_reader( &mut self, input: &mut impl Read, target: usize, solid: bool, out: &mut impl Write, ) -> Result<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Unpack15
impl RefUnwindSafe for Unpack15
impl Send for Unpack15
impl Sync for Unpack15
impl Unpin for Unpack15
impl UnsafeUnpin for Unpack15
impl UnwindSafe for Unpack15
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