#[repr(C)]pub struct IDeviceLockdownProfileStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub GetSupportedLockdownProfiles: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetCurrentLockdownProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub ApplyLockdownProfileAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT,
pub GetLockdownProfileInformation: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GetSupportedLockdownProfiles: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetCurrentLockdownProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§ApplyLockdownProfileAsync: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT
§GetLockdownProfileInformation: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDeviceLockdownProfileStatics_Vtbl
impl RefUnwindSafe for IDeviceLockdownProfileStatics_Vtbl
impl Send for IDeviceLockdownProfileStatics_Vtbl
impl Sync for IDeviceLockdownProfileStatics_Vtbl
impl Unpin for IDeviceLockdownProfileStatics_Vtbl
impl UnwindSafe for IDeviceLockdownProfileStatics_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