pub struct CoreWebView2WindowFeatures(/* private fields */);
Implementations§
Source§impl CoreWebView2WindowFeatures
impl CoreWebView2WindowFeatures
pub fn HasPosition(&self) -> Result<bool>
pub fn HasSize(&self) -> Result<bool>
pub fn Left(&self) -> Result<u32>
pub fn Top(&self) -> Result<u32>
pub fn Height(&self) -> Result<u32>
pub fn Width(&self) -> Result<u32>
pub fn ShouldDisplayMenuBar(&self) -> Result<bool>
pub fn ShouldDisplayStatus(&self) -> Result<bool>
pub fn ShouldDisplayToolbar(&self) -> Result<bool>
pub fn ShouldDisplayScrollBars(&self) -> Result<bool>
Trait Implementations§
Source§impl Clone for CoreWebView2WindowFeatures
impl Clone for CoreWebView2WindowFeatures
Source§fn clone(&self) -> CoreWebView2WindowFeatures
fn clone(&self) -> CoreWebView2WindowFeatures
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CoreWebView2WindowFeatures
impl Debug for CoreWebView2WindowFeatures
Source§impl From<&CoreWebView2WindowFeatures> for Object
impl From<&CoreWebView2WindowFeatures> for Object
Source§fn from(value: &CoreWebView2WindowFeatures) -> Self
fn from(value: &CoreWebView2WindowFeatures) -> Self
Converts to this type from the input type.
Source§impl From<CoreWebView2WindowFeatures> for Object
impl From<CoreWebView2WindowFeatures> for Object
Source§fn from(value: CoreWebView2WindowFeatures) -> Self
fn from(value: CoreWebView2WindowFeatures) -> Self
Converts to this type from the input type.
Source§impl Interface for CoreWebView2WindowFeatures
impl Interface for CoreWebView2WindowFeatures
const IID: Guid
type Vtable = ICoreWebView2WindowFeatures_abi
Source§impl<'a> IntoParam<'a, Object> for &'a CoreWebView2WindowFeatures
impl<'a> IntoParam<'a, Object> for &'a CoreWebView2WindowFeatures
fn into_param(self) -> Param<'a, Object>
Source§impl<'a> IntoParam<'a, Object> for CoreWebView2WindowFeatures
impl<'a> IntoParam<'a, Object> for CoreWebView2WindowFeatures
fn into_param(self) -> Param<'a, Object>
impl Eq for CoreWebView2WindowFeatures
impl Send for CoreWebView2WindowFeatures
impl StructuralPartialEq for CoreWebView2WindowFeatures
impl Sync for CoreWebView2WindowFeatures
Auto Trait Implementations§
impl Freeze for CoreWebView2WindowFeatures
impl RefUnwindSafe for CoreWebView2WindowFeatures
impl Unpin for CoreWebView2WindowFeatures
impl UnwindSafe for CoreWebView2WindowFeatures
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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