Struct windows_sys::Win32::Storage::Vhd::STORAGE_DEPENDENCY_INFO
[−]#[repr(C)]pub struct STORAGE_DEPENDENCY_INFO {
pub Version: STORAGE_DEPENDENCY_INFO_VERSION,
pub NumberEntries: u32,
pub Anonymous: STORAGE_DEPENDENCY_INFO_0,
}
Expand description
Required features: "Win32_Storage_Vhd"
Fields
Version: STORAGE_DEPENDENCY_INFO_VERSION
NumberEntries: u32
Anonymous: STORAGE_DEPENDENCY_INFO_0
Trait Implementations
impl Clone for STORAGE_DEPENDENCY_INFO
impl Clone for STORAGE_DEPENDENCY_INFO
impl Copy for STORAGE_DEPENDENCY_INFO
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_DEPENDENCY_INFO
impl !Send for STORAGE_DEPENDENCY_INFO
impl !Sync for STORAGE_DEPENDENCY_INFO
impl Unpin for STORAGE_DEPENDENCY_INFO
impl UnwindSafe for STORAGE_DEPENDENCY_INFO
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