Struct windows_sys::Win32::UI::Shell::DLLVERSIONINFO2
[−]#[repr(C)]pub struct DLLVERSIONINFO2 {
pub info1: DLLVERSIONINFO,
pub dwFlags: u32,
pub ullVersion: u64,
}
Expand description
Required features: "Win32_UI_Shell"
Fields
info1: DLLVERSIONINFO
dwFlags: u32
ullVersion: u64
Trait Implementations
impl Clone for DLLVERSIONINFO2
impl Clone for DLLVERSIONINFO2
impl Copy for DLLVERSIONINFO2
Auto Trait Implementations
impl RefUnwindSafe for DLLVERSIONINFO2
impl Send for DLLVERSIONINFO2
impl Sync for DLLVERSIONINFO2
impl Unpin for DLLVERSIONINFO2
impl UnwindSafe for DLLVERSIONINFO2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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