pub struct BmpSaveError(pub String);
Expand description
An error on saving as the bitmap texture.
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Clone for BmpSaveError
impl Clone for BmpSaveError
Source§fn clone(&self) -> BmpSaveError
fn clone(&self) -> BmpSaveError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for BmpSaveError
impl RefUnwindSafe for BmpSaveError
impl Send for BmpSaveError
impl Sync for BmpSaveError
impl Unpin for BmpSaveError
impl UnwindSafe for BmpSaveError
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