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