Struct windows_sys::Win32::Storage::ProjectedFileSystem::PRJ_CALLBACKS
[−]#[repr(C)]pub struct PRJ_CALLBACKS {
pub StartDirectoryEnumerationCallback: PRJ_START_DIRECTORY_ENUMERATION_CB,
pub EndDirectoryEnumerationCallback: PRJ_END_DIRECTORY_ENUMERATION_CB,
pub GetDirectoryEnumerationCallback: PRJ_GET_DIRECTORY_ENUMERATION_CB,
pub GetPlaceholderInfoCallback: PRJ_GET_PLACEHOLDER_INFO_CB,
pub GetFileDataCallback: PRJ_GET_FILE_DATA_CB,
pub QueryFileNameCallback: PRJ_QUERY_FILE_NAME_CB,
pub NotificationCallback: PRJ_NOTIFICATION_CB,
pub CancelCommandCallback: PRJ_CANCEL_COMMAND_CB,
}
Expand description
Required features: "Win32_Storage_ProjectedFileSystem"
, "Win32_Foundation"
Fields
StartDirectoryEnumerationCallback: PRJ_START_DIRECTORY_ENUMERATION_CB
EndDirectoryEnumerationCallback: PRJ_END_DIRECTORY_ENUMERATION_CB
GetDirectoryEnumerationCallback: PRJ_GET_DIRECTORY_ENUMERATION_CB
GetPlaceholderInfoCallback: PRJ_GET_PLACEHOLDER_INFO_CB
GetFileDataCallback: PRJ_GET_FILE_DATA_CB
QueryFileNameCallback: PRJ_QUERY_FILE_NAME_CB
NotificationCallback: PRJ_NOTIFICATION_CB
CancelCommandCallback: PRJ_CANCEL_COMMAND_CB
Trait Implementations
impl Clone for PRJ_CALLBACKS
impl Clone for PRJ_CALLBACKS
impl Copy for PRJ_CALLBACKS
Auto Trait Implementations
impl RefUnwindSafe for PRJ_CALLBACKS
impl Send for PRJ_CALLBACKS
impl Sync for PRJ_CALLBACKS
impl Unpin for PRJ_CALLBACKS
impl UnwindSafe for PRJ_CALLBACKS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more