#[repr(C)]pub struct FILEPATHS_A {
pub Target: PCSTR,
pub Source: PCSTR,
pub Win32Error: u32,
pub Flags: u32,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
Target: PCSTR
Source: PCSTR
Win32Error: u32
Flags: u32
Trait Implementations
impl Clone for FILEPATHS_A
impl Clone for FILEPATHS_A
impl Copy for FILEPATHS_A
Auto Trait Implementations
impl RefUnwindSafe for FILEPATHS_A
impl !Send for FILEPATHS_A
impl !Sync for FILEPATHS_A
impl Unpin for FILEPATHS_A
impl UnwindSafe for FILEPATHS_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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