Struct IEvalRat_Vtbl
#[repr(C)]pub struct IEvalRat_Vtbl {
pub base__: IDispatch_Vtbl,
pub get_BlockedRatingAttributes: unsafe extern "system" fn(_: *mut c_void, _: EnTvRat_System, _: EnTvRat_GenericLevel, _: *mut i32) -> HRESULT,
pub put_BlockedRatingAttributes: unsafe extern "system" fn(_: *mut c_void, _: EnTvRat_System, _: EnTvRat_GenericLevel, _: i32) -> HRESULT,
pub BlockUnRated: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetBlockUnRated: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub MostRestrictiveRating: unsafe extern "system" fn(_: *mut c_void, _: EnTvRat_System, _: EnTvRat_GenericLevel, _: i32, _: EnTvRat_System, _: EnTvRat_GenericLevel, _: i32, _: *mut EnTvRat_System, _: *mut EnTvRat_GenericLevel, _: *mut i32) -> HRESULT,
pub TestRating: unsafe extern "system" fn(_: *mut c_void, _: EnTvRat_System, _: EnTvRat_GenericLevel, _: i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§get_BlockedRatingAttributes: unsafe extern "system" fn(_: *mut c_void, _: EnTvRat_System, _: EnTvRat_GenericLevel, _: *mut i32) -> HRESULT
§put_BlockedRatingAttributes: unsafe extern "system" fn(_: *mut c_void, _: EnTvRat_System, _: EnTvRat_GenericLevel, _: i32) -> HRESULT
§BlockUnRated: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetBlockUnRated: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§MostRestrictiveRating: unsafe extern "system" fn(_: *mut c_void, _: EnTvRat_System, _: EnTvRat_GenericLevel, _: i32, _: EnTvRat_System, _: EnTvRat_GenericLevel, _: i32, _: *mut EnTvRat_System, _: *mut EnTvRat_GenericLevel, _: *mut i32) -> HRESULT
§TestRating: unsafe extern "system" fn(_: *mut c_void, _: EnTvRat_System, _: EnTvRat_GenericLevel, _: i32) -> HRESULT
Implementations§
§impl IEvalRat_Vtbl
impl IEvalRat_Vtbl
pub const fn new<Identity: IEvalRat_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IEvalRat_Vtbl
impl RefUnwindSafe for IEvalRat_Vtbl
impl Send for IEvalRat_Vtbl
impl Sync for IEvalRat_Vtbl
impl Unpin for IEvalRat_Vtbl
impl UnwindSafe for IEvalRat_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