#[repr(C)]pub struct _FS_BPIO_RESULTS {
pub OpStatus: DWORD,
pub FailingDriverNameLen: WORD,
pub FailingDriverName: [WCHAR; 32],
pub FailureReasonLen: WORD,
pub FailureReason: [WCHAR; 128],
}
Fields§
§OpStatus: DWORD
§FailingDriverNameLen: WORD
§FailingDriverName: [WCHAR; 32]
§FailureReasonLen: WORD
§FailureReason: [WCHAR; 128]
Trait Implementations§
Source§impl Clone for _FS_BPIO_RESULTS
impl Clone for _FS_BPIO_RESULTS
Source§fn clone(&self) -> _FS_BPIO_RESULTS
fn clone(&self) -> _FS_BPIO_RESULTS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _FS_BPIO_RESULTS
impl Debug for _FS_BPIO_RESULTS
Source§impl Ord for _FS_BPIO_RESULTS
impl Ord for _FS_BPIO_RESULTS
Source§fn cmp(&self, other: &_FS_BPIO_RESULTS) -> Ordering
fn cmp(&self, other: &_FS_BPIO_RESULTS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _FS_BPIO_RESULTS
impl PartialEq for _FS_BPIO_RESULTS
Source§impl PartialOrd for _FS_BPIO_RESULTS
impl PartialOrd for _FS_BPIO_RESULTS
impl Copy for _FS_BPIO_RESULTS
impl Eq for _FS_BPIO_RESULTS
impl StructuralPartialEq for _FS_BPIO_RESULTS
Auto Trait Implementations§
impl Freeze for _FS_BPIO_RESULTS
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