Enum Stferr
pub enum Stferr {
_0 = 0,
_1 = 1,
}Expand description
Stuffing Error
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Stferr
impl Eq for Stferr
impl StructuralPartialEq for Stferr
Auto Trait Implementations§
impl Freeze for Stferr
impl RefUnwindSafe for Stferr
impl Send for Stferr
impl Sync for Stferr
impl Unpin for Stferr
impl UnwindSafe for Stferr
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