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