pub struct BrowserViewMacConfig {
pub frame: CGRect,
pub delegate: Box<dyn BrowserViewMacDelegate>,
}Expand description
Configuration for constructing a BrowserViewMac instance.
Fields§
§frame: CGRect§delegate: Box<dyn BrowserViewMacDelegate>Auto Trait Implementations§
impl Freeze for BrowserViewMacConfig
impl !RefUnwindSafe for BrowserViewMacConfig
impl !Send for BrowserViewMacConfig
impl !Sync for BrowserViewMacConfig
impl Unpin for BrowserViewMacConfig
impl UnsafeUnpin for BrowserViewMacConfig
impl !UnwindSafe for BrowserViewMacConfig
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