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,
}
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§
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