Struct ExOpenCompressed
pub struct ExOpenCompressed { /* private fields */ }
Expand description
Default-param extender for FileAccess::open_compressed_ex
.
Implementations§
§impl ExOpenCompressed
impl ExOpenCompressed
pub fn compression_mode(self, value: CompressionMode) -> ExOpenCompressed
pub fn done(self) -> Option<Gd<FileAccess>>
Auto Trait Implementations§
impl Freeze for ExOpenCompressed
impl RefUnwindSafe for ExOpenCompressed
impl !Send for ExOpenCompressed
impl !Sync for ExOpenCompressed
impl Unpin for ExOpenCompressed
impl UnwindSafe for ExOpenCompressed
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