#[repr(transparent)]pub struct SqshError(pub c_uint);Expand description
Error codes for sqsh.
Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
impl Copy for SqshError
impl Eq for SqshError
impl StructuralPartialEq for SqshError
Auto Trait Implementations§
impl Freeze for SqshError
impl RefUnwindSafe for SqshError
impl Send for SqshError
impl Sync for SqshError
impl Unpin for SqshError
impl UnwindSafe for SqshError
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