pub struct ICoreWebView2WindowFeatures(/* private fields */);
Implementations§
Source§impl ICoreWebView2WindowFeatures
impl ICoreWebView2WindowFeatures
pub unsafe fn get_HasPosition(&self, value: *mut BOOL) -> Result<()>
pub unsafe fn get_HasSize(&self, value: *mut BOOL) -> Result<()>
pub unsafe fn get_Left(&self, value: *mut u32) -> Result<()>
pub unsafe fn get_Top(&self, value: *mut u32) -> Result<()>
pub unsafe fn get_Height(&self, value: *mut u32) -> Result<()>
pub unsafe fn get_Width(&self, value: *mut u32) -> Result<()>
pub unsafe fn get_ShouldDisplayMenuBar(&self, value: *mut BOOL) -> Result<()>
pub unsafe fn get_ShouldDisplayStatus(&self, value: *mut BOOL) -> Result<()>
pub unsafe fn get_ShouldDisplayToolbar(&self, value: *mut BOOL) -> Result<()>
pub unsafe fn get_ShouldDisplayScrollBars(&self, value: *mut BOOL) -> Result<()>
Trait Implementations§
Source§impl Clone for ICoreWebView2WindowFeatures
impl Clone for ICoreWebView2WindowFeatures
Source§fn clone(&self) -> ICoreWebView2WindowFeatures
fn clone(&self) -> ICoreWebView2WindowFeatures
Returns a copy 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 ICoreWebView2WindowFeatures
impl Debug for ICoreWebView2WindowFeatures
Source§impl From<&ICoreWebView2WindowFeatures> for IUnknown
impl From<&ICoreWebView2WindowFeatures> for IUnknown
Source§fn from(value: &ICoreWebView2WindowFeatures) -> Self
fn from(value: &ICoreWebView2WindowFeatures) -> Self
Converts to this type from the input type.
Source§impl From<ICoreWebView2WindowFeatures> for IUnknown
impl From<ICoreWebView2WindowFeatures> for IUnknown
Source§fn from(value: ICoreWebView2WindowFeatures) -> Self
fn from(value: ICoreWebView2WindowFeatures) -> Self
Converts to this type from the input type.
Source§impl Interface for ICoreWebView2WindowFeatures
impl Interface for ICoreWebView2WindowFeatures
const IID: Guid
type Vtable = ICoreWebView2WindowFeatures_abi
Source§unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
Safety Read more
Source§unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
Safety Read more
impl Eq for ICoreWebView2WindowFeatures
impl StructuralPartialEq for ICoreWebView2WindowFeatures
Auto Trait Implementations§
impl Freeze for ICoreWebView2WindowFeatures
impl RefUnwindSafe for ICoreWebView2WindowFeatures
impl !Send for ICoreWebView2WindowFeatures
impl !Sync for ICoreWebView2WindowFeatures
impl Unpin for ICoreWebView2WindowFeatures
impl UnwindSafe for ICoreWebView2WindowFeatures
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
type DefaultType = Option<T>
Source§fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
Converts from
Self::DefaultType
to Result<T>
.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.
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