Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Controller2 [−][src]
#[repr(transparent)]pub struct ICoreWebView2Controller2(_);
Implementations
pub unsafe fn SetIsVisible<'a, Param0>(
&self,
isvisible: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, BOOL>,
pub unsafe fn SetBounds<'a, Param0>(&self, bounds: Param0) -> Result<(), Error> where
Param0: IntoParam<'a, RECT>,
pub unsafe fn ZoomFactorChanged<'a, Param0>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
Param0: IntoParam<'a, ICoreWebView2ZoomFactorChangedEventHandler>,
pub unsafe fn RemoveZoomFactorChanged<'a, Param0>(
&self,
token: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, EventRegistrationToken>,
pub unsafe fn SetBoundsAndZoomFactor<'a, Param0>(
&self,
bounds: Param0,
zoomfactor: f64
) -> Result<(), Error> where
Param0: IntoParam<'a, RECT>,
pub unsafe fn MoveFocusRequested<'a, Param0>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
Param0: IntoParam<'a, ICoreWebView2MoveFocusRequestedEventHandler>,
pub unsafe fn RemoveMoveFocusRequested<'a, Param0>(
&self,
token: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, EventRegistrationToken>,
pub unsafe fn GotFocus<'a, Param0>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
Param0: IntoParam<'a, ICoreWebView2FocusChangedEventHandler>,
pub unsafe fn RemoveGotFocus<'a, Param0>(
&self,
token: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, EventRegistrationToken>,
pub unsafe fn LostFocus<'a, Param0>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
Param0: IntoParam<'a, ICoreWebView2FocusChangedEventHandler>,
pub unsafe fn RemoveLostFocus<'a, Param0>(
&self,
token: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, EventRegistrationToken>,
pub unsafe fn AcceleratorKeyPressed<'a, Param0>(
&self,
eventhandler: Param0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
Param0: IntoParam<'a, ICoreWebView2AcceleratorKeyPressedEventHandler>,
pub unsafe fn RemoveAcceleratorKeyPressed<'a, Param0>(
&self,
token: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, EventRegistrationToken>,
pub unsafe fn SetParentWindow<'a, Param0>(
&self,
parentwindow: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, isize>,
pub unsafe fn DefaultBackgroundColor(
&self,
backgroundcolor: *mut COREWEBVIEW2_COLOR
) -> Result<(), Error>
pub unsafe fn SetDefaultBackgroundColor<'a, Param0>(
&self,
backgroundcolor: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, COREWEBVIEW2_COLOR>,
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2Controller2
impl !Send for ICoreWebView2Controller2
impl !Sync for ICoreWebView2Controller2
impl Unpin for ICoreWebView2Controller2
impl UnwindSafe for ICoreWebView2Controller2
Blanket Implementations
Mutably borrows from an owned value. Read more
type DefaultType = Option<T>
Safety