Struct win_sys::FileSystem::VOLUME_GET_BC_PROPERTIES_INPUT [−][src]
#[repr(C)]pub struct VOLUME_GET_BC_PROPERTIES_INPUT {
pub Version: u32,
pub Reserved1: u32,
pub LowestByteOffset: u64,
pub HighestByteOffset: u64,
pub AccessType: u32,
pub AccessMode: u32,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
Version: u32Reserved1: u32LowestByteOffset: u64HighestByteOffset: u64AccessType: u32AccessMode: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for VOLUME_GET_BC_PROPERTIES_INPUT
impl Sync for VOLUME_GET_BC_PROPERTIES_INPUT
impl Unpin for VOLUME_GET_BC_PROPERTIES_INPUT
impl UnwindSafe for VOLUME_GET_BC_PROPERTIES_INPUT
Blanket Implementations
Mutably borrows from an owned value. Read more