Struct win_sys::FileSystem::VOLUME_READ_PLEX_INPUT [−][src]
#[repr(C)]pub struct VOLUME_READ_PLEX_INPUT {
pub ByteOffset: i64,
pub Length: u32,
pub PlexNumber: u32,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
ByteOffset: i64Length: u32PlexNumber: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VOLUME_READ_PLEX_INPUT
impl Send for VOLUME_READ_PLEX_INPUT
impl Sync for VOLUME_READ_PLEX_INPUT
impl Unpin for VOLUME_READ_PLEX_INPUT
impl UnwindSafe for VOLUME_READ_PLEX_INPUT
Blanket Implementations
Mutably borrows from an owned value. Read more