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