Struct IBitsTokenOptions_Vtbl
#[repr(C)]pub struct IBitsTokenOptions_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetHelperTokenFlags: unsafe extern "system" fn(_: *mut c_void, _: BG_TOKEN) -> HRESULT,
pub GetHelperTokenFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut BG_TOKEN) -> HRESULT,
pub SetHelperToken: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ClearHelperToken: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetHelperTokenSid: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetHelperTokenFlags: unsafe extern "system" fn(_: *mut c_void, _: BG_TOKEN) -> HRESULT
§GetHelperTokenFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut BG_TOKEN) -> HRESULT
§SetHelperToken: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ClearHelperToken: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetHelperTokenSid: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
Implementations§
§impl IBitsTokenOptions_Vtbl
impl IBitsTokenOptions_Vtbl
pub const fn new<Identity: IBitsTokenOptions_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBitsTokenOptions_Vtbl
impl RefUnwindSafe for IBitsTokenOptions_Vtbl
impl Send for IBitsTokenOptions_Vtbl
impl Sync for IBitsTokenOptions_Vtbl
impl Unpin for IBitsTokenOptions_Vtbl
impl UnwindSafe for IBitsTokenOptions_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