#[repr(C)]pub struct ASSEMBLY_INFO {
pub cbAssemblyInfo: u32,
pub dwAssemblyFlags: u32,
pub uliAssemblySizeInKB: u64,
pub pszCurrentAssemblyPathBuf: PWSTR,
pub cchBuf: u32,
}Fields§
§cbAssemblyInfo: u32§dwAssemblyFlags: u32§uliAssemblySizeInKB: u64§pszCurrentAssemblyPathBuf: PWSTR§cchBuf: u32Trait Implementations§
§impl Clone for ASSEMBLY_INFO
impl Clone for ASSEMBLY_INFO
impl Copy for ASSEMBLY_INFO
Auto Trait Implementations§
impl RefUnwindSafe for ASSEMBLY_INFO
impl !Send for ASSEMBLY_INFO
impl !Sync for ASSEMBLY_INFO
impl Unpin for ASSEMBLY_INFO
impl UnwindSafe for ASSEMBLY_INFO
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