Struct windows::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,
}
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
§fn clone(&self) -> PRJ_CALLBACKS
fn clone(&self) -> PRJ_CALLBACKS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PRJ_CALLBACKS
impl Debug for PRJ_CALLBACKS
§impl Default for PRJ_CALLBACKS
impl Default for PRJ_CALLBACKS
impl Copy for PRJ_CALLBACKS
Auto Trait Implementations§
impl Freeze for PRJ_CALLBACKS
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)