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