#[repr(transparent)]pub struct SdlError(_);Implementations§
Trait Implementations§
source§impl Ord for SdlError
impl Ord for SdlError
source§impl PartialEq<SdlError> for SdlError
impl PartialEq<SdlError> for SdlError
source§impl PartialOrd<SdlError> for SdlError
impl PartialOrd<SdlError> for SdlError
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for SdlError
impl StructuralEq for SdlError
impl StructuralPartialEq for SdlError
Auto Trait Implementations§
impl RefUnwindSafe for SdlError
impl Send for SdlError
impl Sync for SdlError
impl Unpin for SdlError
impl UnwindSafe for SdlError
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