#[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_FLAGS
PoolThreadCount: u32
ConcurrentThreadCount: u32
NotificationMappings: *mut PRJ_NOTIFICATION_MAPPING
NotificationMappingsCount: u32
Trait 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