pub struct BrowserViewMacIvars { /* private fields */ }Expand description
Internal state stored alongside the macOS view instance.
Auto Trait Implementations§
impl !Freeze for BrowserViewMacIvars
impl !RefUnwindSafe for BrowserViewMacIvars
impl !Send for BrowserViewMacIvars
impl !Sync for BrowserViewMacIvars
impl Unpin for BrowserViewMacIvars
impl UnsafeUnpin for BrowserViewMacIvars
impl !UnwindSafe for BrowserViewMacIvars
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