pub trait ICoreWebView2EnvironmentOptions7_Impl: Sized {
// Required methods
fn ChannelSearchKind(
&self,
value: *mut COREWEBVIEW2_CHANNEL_SEARCH_KIND,
) -> Result<(), Error>;
fn SetChannelSearchKind(
&self,
value: COREWEBVIEW2_CHANNEL_SEARCH_KIND,
) -> Result<(), Error>;
fn ReleaseChannels(
&self,
value: *mut COREWEBVIEW2_RELEASE_CHANNELS,
) -> Result<(), Error>;
fn SetReleaseChannels(
&self,
value: COREWEBVIEW2_RELEASE_CHANNELS,
) -> Result<(), Error>;
}
Required Methods§
fn ChannelSearchKind( &self, value: *mut COREWEBVIEW2_CHANNEL_SEARCH_KIND, ) -> Result<(), Error>
fn SetChannelSearchKind( &self, value: COREWEBVIEW2_CHANNEL_SEARCH_KIND, ) -> Result<(), Error>
fn ReleaseChannels( &self, value: *mut COREWEBVIEW2_RELEASE_CHANNELS, ) -> Result<(), Error>
fn SetReleaseChannels( &self, value: COREWEBVIEW2_RELEASE_CHANNELS, ) -> Result<(), Error>
Object Safety§
This trait is not object safe.