Struct IRatedContentRestrictions_Vtbl
#[repr(C)]pub struct IRatedContentRestrictions_Vtbl {
pub base__: IInspectable_Vtbl,
pub GetBrowsePolicyAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetRestrictionLevelAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RequestContentAccessAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RestrictionsChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveRestrictionsChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GetBrowsePolicyAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetRestrictionLevelAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RequestContentAccessAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RestrictionsChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveRestrictionsChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
Auto Trait Implementations§
impl Freeze for IRatedContentRestrictions_Vtbl
impl RefUnwindSafe for IRatedContentRestrictions_Vtbl
impl Send for IRatedContentRestrictions_Vtbl
impl Sync for IRatedContentRestrictions_Vtbl
impl Unpin for IRatedContentRestrictions_Vtbl
impl UnwindSafe for IRatedContentRestrictions_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