#[repr(C)]pub struct AppWindow {
pub aw_PRIVATE: *mut c_void,
}Fields§
§aw_PRIVATE: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl !Send for AppWindow
impl !Sync for AppWindow
impl Freeze for AppWindow
impl RefUnwindSafe for AppWindow
impl Unpin for AppWindow
impl UnsafeUnpin for AppWindow
impl UnwindSafe for AppWindow
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