Struct windows_sys::Win32::System::WindowsProgramming::CABINFOA
#[repr(C)]pub struct CABINFOA {
pub pszCab: PSTR,
pub pszInf: PSTR,
pub pszSection: PSTR,
pub szSrcPath: [u8; 260],
pub dwFlags: u32,
}Fields§
§pszCab: PSTR§pszInf: PSTR§pszSection: PSTR§szSrcPath: [u8; 260]§dwFlags: u32Trait 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§
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