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