Struct windows_sys::Win32::System::WindowsProgramming::CABINFOA
[−]#[repr(C)]pub struct CABINFOA {
pub pszCab: PSTR,
pub pszInf: PSTR,
pub pszSection: PSTR,
pub szSrcPath: [CHAR; 260],
pub dwFlags: u32,
}
Expand description
Required features: ‘Win32_System_WindowsProgramming’, ‘Win32_Foundation’
Fields
pszCab: PSTR
pszInf: PSTR
pszSection: PSTR
szSrcPath: [CHAR; 260]
dwFlags: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CABINFOA
impl !Send for CABINFOA
impl !Sync for CABINFOA
impl Unpin for CABINFOA
impl UnwindSafe for CABINFOA
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