Struct win_sys::FileSystem::VOLUME_SET_GPT_ATTRIBUTES_INFORMATION [−][src]
#[repr(C)]pub struct VOLUME_SET_GPT_ATTRIBUTES_INFORMATION {
pub GptAttributes: u64,
pub RevertOnClose: BOOLEAN,
pub ApplyToAllConnectedVolumes: BOOLEAN,
pub Reserved1: u16,
pub Reserved2: u32,
}Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation
Fields
GptAttributes: u64RevertOnClose: BOOLEANApplyToAllConnectedVolumes: BOOLEANReserved1: u16Reserved2: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more