Struct CF_CALLBACK_INFO
#[repr(C)]pub struct CF_CALLBACK_INFO {Show 19 fields
pub StructSize: u32,
pub ConnectionKey: CF_CONNECTION_KEY,
pub CallbackContext: *mut c_void,
pub VolumeGuidName: PCWSTR,
pub VolumeDosName: PCWSTR,
pub VolumeSerialNumber: u32,
pub SyncRootFileId: i64,
pub SyncRootIdentity: *const c_void,
pub SyncRootIdentityLength: u32,
pub FileId: i64,
pub FileSize: i64,
pub FileIdentity: *const c_void,
pub FileIdentityLength: u32,
pub NormalizedPath: PCWSTR,
pub TransferKey: i64,
pub PriorityHint: u8,
pub CorrelationVector: *mut CORRELATION_VECTOR,
pub ProcessInfo: *mut CF_PROCESS_INFO,
pub RequestKey: i64,
}Fields§
§StructSize: u32§ConnectionKey: CF_CONNECTION_KEY§CallbackContext: *mut c_void§VolumeGuidName: PCWSTR§VolumeDosName: PCWSTR§VolumeSerialNumber: u32§SyncRootFileId: i64§SyncRootIdentity: *const c_void§SyncRootIdentityLength: u32§FileId: i64§FileSize: i64§FileIdentity: *const c_void§FileIdentityLength: u32§NormalizedPath: PCWSTR§TransferKey: i64§PriorityHint: u8§CorrelationVector: *mut CORRELATION_VECTOR§ProcessInfo: *mut CF_PROCESS_INFO§RequestKey: i64Trait Implementations§
§impl Clone for CF_CALLBACK_INFO
impl Clone for CF_CALLBACK_INFO
§fn clone(&self) -> CF_CALLBACK_INFO
fn clone(&self) -> CF_CALLBACK_INFO
Returns a duplicate 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 CF_CALLBACK_INFO
impl Debug for CF_CALLBACK_INFO
§impl Default for CF_CALLBACK_INFO
Available on crate feature Win32_System_CorrelationVector only.
impl Default for CF_CALLBACK_INFO
Available on crate feature
Win32_System_CorrelationVector only.§impl PartialEq for CF_CALLBACK_INFO
impl PartialEq for CF_CALLBACK_INFO
impl Copy for CF_CALLBACK_INFO
impl StructuralPartialEq for CF_CALLBACK_INFO
Auto Trait Implementations§
impl Freeze for CF_CALLBACK_INFO
impl RefUnwindSafe for CF_CALLBACK_INFO
impl !Send for CF_CALLBACK_INFO
impl !Sync for CF_CALLBACK_INFO
impl Unpin for CF_CALLBACK_INFO
impl UnwindSafe for CF_CALLBACK_INFO
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