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,
}
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§
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