Struct IRTCProfile2_Vtbl
#[repr(C)]pub struct IRTCProfile2_Vtbl {
pub base__: IRTCProfile_Vtbl,
pub Realm: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetRealm: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AllowedAuth: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetAllowedAuth: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: IRTCProfile_Vtbl
§Realm: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetRealm: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§AllowedAuth: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetAllowedAuth: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
Implementations§
§impl IRTCProfile2_Vtbl
impl IRTCProfile2_Vtbl
pub const fn new<Identity: IRTCProfile2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRTCProfile2_Vtbl
impl RefUnwindSafe for IRTCProfile2_Vtbl
impl Send for IRTCProfile2_Vtbl
impl Sync for IRTCProfile2_Vtbl
impl Unpin for IRTCProfile2_Vtbl
impl UnwindSafe for IRTCProfile2_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