Struct windows::Win32::Storage::ProjectedFileSystem::PRJ_CALLBACK_DATA
#[repr(C)]pub struct PRJ_CALLBACK_DATA {
pub Size: u32,
pub Flags: PRJ_CALLBACK_DATA_FLAGS,
pub NamespaceVirtualizationContext: PRJ_NAMESPACE_VIRTUALIZATION_CONTEXT,
pub CommandId: i32,
pub FileId: GUID,
pub DataStreamId: GUID,
pub FilePathName: PCWSTR,
pub VersionInfo: *mut PRJ_PLACEHOLDER_VERSION_INFO,
pub TriggeringProcessId: u32,
pub TriggeringProcessImageFileName: PCWSTR,
pub InstanceContext: *mut c_void,
}
Fields§
§Size: u32
§Flags: PRJ_CALLBACK_DATA_FLAGS
§NamespaceVirtualizationContext: PRJ_NAMESPACE_VIRTUALIZATION_CONTEXT
§CommandId: i32
§FileId: GUID
§DataStreamId: GUID
§FilePathName: PCWSTR
§VersionInfo: *mut PRJ_PLACEHOLDER_VERSION_INFO
§TriggeringProcessId: u32
§TriggeringProcessImageFileName: PCWSTR
§InstanceContext: *mut c_void
Trait Implementations§
§impl Clone for PRJ_CALLBACK_DATA
impl Clone for PRJ_CALLBACK_DATA
§fn clone(&self) -> PRJ_CALLBACK_DATA
fn clone(&self) -> PRJ_CALLBACK_DATA
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_CALLBACK_DATA
impl Debug for PRJ_CALLBACK_DATA
§impl Default for PRJ_CALLBACK_DATA
impl Default for PRJ_CALLBACK_DATA
§impl PartialEq for PRJ_CALLBACK_DATA
impl PartialEq for PRJ_CALLBACK_DATA
§fn eq(&self, other: &PRJ_CALLBACK_DATA) -> bool
fn eq(&self, other: &PRJ_CALLBACK_DATA) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PRJ_CALLBACK_DATA
impl Eq for PRJ_CALLBACK_DATA
impl StructuralPartialEq for PRJ_CALLBACK_DATA
Auto Trait Implementations§
impl Freeze for PRJ_CALLBACK_DATA
impl RefUnwindSafe for PRJ_CALLBACK_DATA
impl !Send for PRJ_CALLBACK_DATA
impl !Sync for PRJ_CALLBACK_DATA
impl Unpin for PRJ_CALLBACK_DATA
impl UnwindSafe for PRJ_CALLBACK_DATA
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
)