#[repr(C)]pub struct AaWork { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AaWork
impl RefUnwindSafe for AaWork
impl Send for AaWork
impl Sync for AaWork
impl Unpin for AaWork
impl UnwindSafe for AaWork
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