Struct windows_sys::Wdk::Storage::FileSystem::FS_BPIO_INPUT
#[repr(C)]pub struct FS_BPIO_INPUT {
pub Operation: FS_BPIO_OPERATIONS,
pub InFlags: FS_BPIO_INFLAGS,
pub Reserved1: u64,
pub Reserved2: u64,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§Operation: FS_BPIO_OPERATIONS
§InFlags: FS_BPIO_INFLAGS
§Reserved1: u64
§Reserved2: u64
Trait Implementations§
§impl Clone for FS_BPIO_INPUT
impl Clone for FS_BPIO_INPUT
impl Copy for FS_BPIO_INPUT
Auto Trait Implementations§
impl RefUnwindSafe for FS_BPIO_INPUT
impl Send for FS_BPIO_INPUT
impl Sync for FS_BPIO_INPUT
impl Unpin for FS_BPIO_INPUT
impl UnwindSafe for FS_BPIO_INPUT
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more