pub struct AlErr {
pub al_err: NonZeroU8,
}
Fields§
§al_err: NonZeroU8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlErr
impl RefUnwindSafe for AlErr
impl Send for AlErr
impl Sync for AlErr
impl Unpin for AlErr
impl UnwindSafe for AlErr
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