Struct windows_sys::Win32::Storage::FileSystem::VOLUME_READ_PLEX_INPUT
[−]#[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: i64
Length: u32
PlexNumber: u32
Trait Implementations
impl Clone for VOLUME_READ_PLEX_INPUT
impl Clone for VOLUME_READ_PLEX_INPUT
impl Copy for VOLUME_READ_PLEX_INPUT
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
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