Struct ExCompress
pub struct ExCompress<'a> { /* private fields */ }
Expand description
Default-param extender for Image::compress_ex
.
Implementations§
§impl<'a> ExCompress<'a>
impl<'a> ExCompress<'a>
pub fn source(self, value: CompressSource) -> ExCompress<'a>
pub fn astc_format(self, value: AstcFormat) -> ExCompress<'a>
pub fn done(self) -> Error
Auto Trait Implementations§
impl<'a> Freeze for ExCompress<'a>
impl<'a> RefUnwindSafe for ExCompress<'a>
impl<'a> !Send for ExCompress<'a>
impl<'a> !Sync for ExCompress<'a>
impl<'a> Unpin for ExCompress<'a>
impl<'a> !UnwindSafe for ExCompress<'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