pub struct affineui_app { /* private fields */ }Auto Trait Implementations§
impl !Send for affineui_app
impl !Sync for affineui_app
impl !Unpin for affineui_app
impl Freeze for affineui_app
impl RefUnwindSafe for affineui_app
impl UnsafeUnpin for affineui_app
impl UnwindSafe for affineui_app
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