Struct cat_box::CatboxError
source · [−]pub struct CatboxError(_);Trait Implementations
sourceimpl Debug for CatboxError
impl Debug for CatboxError
sourceimpl From<FontError> for CatboxError
impl From<FontError> for CatboxError
sourceimpl From<IntegerOrSdlError> for CatboxError
impl From<IntegerOrSdlError> for CatboxError
sourcefn from(e: IntegerOrSdlError) -> Self
fn from(e: IntegerOrSdlError) -> Self
Converts to this type from the input type.
sourceimpl From<String> for CatboxError
impl From<String> for CatboxError
sourceimpl From<TextureValueError> for CatboxError
impl From<TextureValueError> for CatboxError
sourcefn from(e: TextureValueError) -> Self
fn from(e: TextureValueError) -> Self
Converts to this type from the input type.
sourceimpl From<WindowBuildError> for CatboxError
impl From<WindowBuildError> for CatboxError
sourcefn from(e: WindowBuildError) -> Self
fn from(e: WindowBuildError) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for CatboxError
impl Send for CatboxError
impl Sync for CatboxError
impl Unpin for CatboxError
impl UnwindSafe for CatboxError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more