Struct windows_sys::Win32::System::Ioctl::FS_BPIO_RESULTS
[−]#[repr(C)]pub struct FS_BPIO_RESULTS {
pub OpStatus: u32,
pub FailingDriverNameLen: u16,
pub FailingDriverName: [u16; 32],
pub FailureReasonLen: u16,
pub FailureReason: [u16; 128],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
OpStatus: u32
FailingDriverNameLen: u16
FailingDriverName: [u16; 32]
FailureReasonLen: u16
FailureReason: [u16; 128]
Trait Implementations
impl Clone for FS_BPIO_RESULTS
impl Clone for FS_BPIO_RESULTS
impl Copy for FS_BPIO_RESULTS
Auto Trait Implementations
impl RefUnwindSafe for FS_BPIO_RESULTS
impl Send for FS_BPIO_RESULTS
impl Sync for FS_BPIO_RESULTS
impl Unpin for FS_BPIO_RESULTS
impl UnwindSafe for FS_BPIO_RESULTS
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