Struct windows_sys::Win32::System::WindowsProgramming::CABINFOW
[−]#[repr(C)]pub struct CABINFOW {
pub pszCab: PWSTR,
pub pszInf: PWSTR,
pub pszSection: PWSTR,
pub szSrcPath: [u16; 260],
pub dwFlags: u32,
}
Expand description
Required features: ‘Win32_System_WindowsProgramming’
Fields
pszCab: PWSTR
pszInf: PWSTR
pszSection: PWSTR
szSrcPath: [u16; 260]
dwFlags: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CABINFOW
impl !Send for CABINFOW
impl !Sync for CABINFOW
impl Unpin for CABINFOW
impl UnwindSafe for CABINFOW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more