Struct windows_sys::Win32::Storage::InstallableFileSystems::INSTANCE_AGGREGATE_STANDARD_INFORMATION
[−]#[repr(C)]pub struct INSTANCE_AGGREGATE_STANDARD_INFORMATION {
pub NextEntryOffset: u32,
pub Flags: u32,
pub Type: INSTANCE_AGGREGATE_STANDARD_INFORMATION_0,
}
Expand description
Required features: "Win32_Storage_InstallableFileSystems"
Fields
NextEntryOffset: u32
Flags: u32
Type: INSTANCE_AGGREGATE_STANDARD_INFORMATION_0
Trait Implementations
impl Copy for INSTANCE_AGGREGATE_STANDARD_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for INSTANCE_AGGREGATE_STANDARD_INFORMATION
impl Send for INSTANCE_AGGREGATE_STANDARD_INFORMATION
impl Sync for INSTANCE_AGGREGATE_STANDARD_INFORMATION
impl Unpin for INSTANCE_AGGREGATE_STANDARD_INFORMATION
impl UnwindSafe for INSTANCE_AGGREGATE_STANDARD_INFORMATION
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