#[repr(C)]pub struct SAFER_PATHNAME_IDENTIFICATION {
pub header: SAFER_IDENTIFICATION_HEADER,
pub Description: [u16; 256],
pub ImageName: PWSTR,
pub dwSaferFlags: u32,
}Expand description
Required features: "Win32_Foundation"
Fields§
§header: SAFER_IDENTIFICATION_HEADER§Description: [u16; 256]§ImageName: PWSTR§dwSaferFlags: u32Trait Implementations§
§impl Clone for SAFER_PATHNAME_IDENTIFICATION
impl Clone for SAFER_PATHNAME_IDENTIFICATION
impl Copy for SAFER_PATHNAME_IDENTIFICATION
Auto Trait Implementations§
impl RefUnwindSafe for SAFER_PATHNAME_IDENTIFICATION
impl !Send for SAFER_PATHNAME_IDENTIFICATION
impl !Sync for SAFER_PATHNAME_IDENTIFICATION
impl Unpin for SAFER_PATHNAME_IDENTIFICATION
impl UnwindSafe for SAFER_PATHNAME_IDENTIFICATION
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