Struct windows::Storage::IKnownFoldersStatics_Vtbl
#[repr(C)]pub struct IKnownFoldersStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub MusicLibrary: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PicturesLibrary: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub VideosLibrary: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DocumentsLibrary: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub HomeGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RemovableDevices: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub MediaServerDevices: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§MusicLibrary: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§PicturesLibrary: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§VideosLibrary: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DocumentsLibrary: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§HomeGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RemovableDevices: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§MediaServerDevices: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IKnownFoldersStatics_Vtbl
impl RefUnwindSafe for IKnownFoldersStatics_Vtbl
impl Send for IKnownFoldersStatics_Vtbl
impl Sync for IKnownFoldersStatics_Vtbl
impl Unpin for IKnownFoldersStatics_Vtbl
impl UnwindSafe for IKnownFoldersStatics_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