Struct IWindowsParentalControlsCore_Vtbl
#[repr(C)]pub struct IWindowsParentalControlsCore_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetVisibility: unsafe extern "system" fn(_: *mut c_void, _: *mut WPCFLAG_VISIBILITY) -> HRESULT,
pub GetUserSettings: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
pub GetWebSettings: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
pub GetWebFilterInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetVisibility: unsafe extern "system" fn(_: *mut c_void, _: *mut WPCFLAG_VISIBILITY) -> HRESULT
§GetUserSettings: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT
§GetWebSettings: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT
§GetWebFilterInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID, _: *mut PWSTR) -> HRESULT
Implementations§
§impl IWindowsParentalControlsCore_Vtbl
impl IWindowsParentalControlsCore_Vtbl
pub const fn new<Identity: IWindowsParentalControlsCore_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWindowsParentalControlsCore_Vtbl
impl RefUnwindSafe for IWindowsParentalControlsCore_Vtbl
impl Send for IWindowsParentalControlsCore_Vtbl
impl Sync for IWindowsParentalControlsCore_Vtbl
impl Unpin for IWindowsParentalControlsCore_Vtbl
impl UnwindSafe for IWindowsParentalControlsCore_Vtbl
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