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