#[repr(C)]pub struct PRJ_STARTVIRTUALIZING_OPTIONS {
pub Flags: PRJ_STARTVIRTUALIZING_FLAGS,
pub PoolThreadCount: u32,
pub ConcurrentThreadCount: u32,
pub NotificationMappings: *mut PRJ_NOTIFICATION_MAPPING,
pub NotificationMappingsCount: u32,
}Expand description
Required features: "Win32_Storage_ProjectedFileSystem"
Fields
Flags: PRJ_STARTVIRTUALIZING_FLAGSPoolThreadCount: u32ConcurrentThreadCount: u32NotificationMappings: *mut PRJ_NOTIFICATION_MAPPINGNotificationMappingsCount: u32Trait Implementations
impl Clone for PRJ_STARTVIRTUALIZING_OPTIONS
impl Clone for PRJ_STARTVIRTUALIZING_OPTIONS
impl Copy for PRJ_STARTVIRTUALIZING_OPTIONS
Auto Trait Implementations
impl RefUnwindSafe for PRJ_STARTVIRTUALIZING_OPTIONS
impl !Send for PRJ_STARTVIRTUALIZING_OPTIONS
impl !Sync for PRJ_STARTVIRTUALIZING_OPTIONS
impl Unpin for PRJ_STARTVIRTUALIZING_OPTIONS
impl UnwindSafe for PRJ_STARTVIRTUALIZING_OPTIONS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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