Struct ExStartDecompression
pub struct ExStartDecompression<'ex> { /* private fields */ }Available on crate feature
experimental-godot-api only.Expand description
Default-param extender for StreamPeerGzip::start_decompression_ex.
Implementations§
§impl<'ex> ExStartDecompression<'ex>
impl<'ex> ExStartDecompression<'ex>
pub fn use_deflate(self, use_deflate: bool) -> ExStartDecompression<'ex>
pub fn buffer_size(self, buffer_size: i32) -> ExStartDecompression<'ex>
pub fn done(self) -> Error
Auto Trait Implementations§
impl<'ex> Freeze for ExStartDecompression<'ex>
impl<'ex> RefUnwindSafe for ExStartDecompression<'ex>
impl<'ex> !Send for ExStartDecompression<'ex>
impl<'ex> !Sync for ExStartDecompression<'ex>
impl<'ex> Unpin for ExStartDecompression<'ex>
impl<'ex> !UnwindSafe for ExStartDecompression<'ex>
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