Struct rich_sdl2_rust::surface::bmp::BmpSaveError
source · 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 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