Struct windows_sys::Win32::System::Ioctl::FS_BPIO_OUTPUT
[−]#[repr(C)]pub struct FS_BPIO_OUTPUT {
pub Operation: FS_BPIO_OPERATIONS,
pub OutFlags: FS_BPIO_OUTFLAGS,
pub Reserved1: u64,
pub Reserved2: u64,
pub Anonymous: FS_BPIO_OUTPUT_0,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Operation: FS_BPIO_OPERATIONS
OutFlags: FS_BPIO_OUTFLAGS
Reserved1: u64
Reserved2: u64
Anonymous: FS_BPIO_OUTPUT_0
Trait Implementations
impl Clone for FS_BPIO_OUTPUT
impl Clone for FS_BPIO_OUTPUT
impl Copy for FS_BPIO_OUTPUT
Auto Trait Implementations
impl RefUnwindSafe for FS_BPIO_OUTPUT
impl Send for FS_BPIO_OUTPUT
impl Sync for FS_BPIO_OUTPUT
impl Unpin for FS_BPIO_OUTPUT
impl UnwindSafe for FS_BPIO_OUTPUT
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