Struct windows::Win32::Storage::OfflineFiles::IOfflineFilesPinInfo_Vtbl
#[repr(C)]pub struct IOfflineFilesPinInfo_Vtbl {
pub base__: IUnknown_Vtbl,
pub IsPinned: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub IsPinnedForUser: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL, _: *mut BOOL) -> HRESULT,
pub IsPinnedForUserByPolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL, _: *mut BOOL) -> HRESULT,
pub IsPinnedForComputer: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL, _: *mut BOOL) -> HRESULT,
pub IsPinnedForFolderRedirection: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§IsPinned: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§IsPinnedForUser: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL, _: *mut BOOL) -> HRESULT
§IsPinnedForUserByPolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL, _: *mut BOOL) -> HRESULT
§IsPinnedForComputer: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL, _: *mut BOOL) -> HRESULT
§IsPinnedForFolderRedirection: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL, _: *mut BOOL) -> HRESULT
Implementations§
§impl IOfflineFilesPinInfo_Vtbl
impl IOfflineFilesPinInfo_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IOfflineFilesPinInfo_Vtblwhere
Identity: IOfflineFilesPinInfo_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOfflineFilesPinInfo_Vtbl
impl RefUnwindSafe for IOfflineFilesPinInfo_Vtbl
impl Send for IOfflineFilesPinInfo_Vtbl
impl Sync for IOfflineFilesPinInfo_Vtbl
impl Unpin for IOfflineFilesPinInfo_Vtbl
impl UnwindSafe for IOfflineFilesPinInfo_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