#[repr(C)]pub struct PRJ_PLACEHOLDER_VERSION_INFO {
pub ProviderID: [u8; 128],
pub ContentID: [u8; 128],
}
Expand description
Required features: "Win32_Storage_ProjectedFileSystem"
Fields
ProviderID: [u8; 128]
ContentID: [u8; 128]
Trait Implementations
impl Clone for PRJ_PLACEHOLDER_VERSION_INFO
impl Clone for PRJ_PLACEHOLDER_VERSION_INFO
impl Copy for PRJ_PLACEHOLDER_VERSION_INFO
Auto Trait Implementations
impl RefUnwindSafe for PRJ_PLACEHOLDER_VERSION_INFO
impl Send for PRJ_PLACEHOLDER_VERSION_INFO
impl Sync for PRJ_PLACEHOLDER_VERSION_INFO
impl Unpin for PRJ_PLACEHOLDER_VERSION_INFO
impl UnwindSafe for PRJ_PLACEHOLDER_VERSION_INFO
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