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,
}Fields§
§pszCab: PWSTR§pszInf: PWSTR§pszSection: PWSTR§szSrcPath: [u16; 260]§dwFlags: u32Trait 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more