#[repr(C, packed(1))]pub struct _DRIVERSTATUS {
pub bDriverError: BYTE,
pub bIDEError: BYTE,
pub bReserved: [BYTE; 2],
pub dwReserved: [DWORD; 2],
}
Fields§
§bDriverError: BYTE
§bIDEError: BYTE
§bReserved: [BYTE; 2]
§dwReserved: [DWORD; 2]
Trait Implementations§
Source§impl Clone for _DRIVERSTATUS
impl Clone for _DRIVERSTATUS
Source§fn clone(&self) -> _DRIVERSTATUS
fn clone(&self) -> _DRIVERSTATUS
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 _DRIVERSTATUS
impl Debug for _DRIVERSTATUS
Source§impl Ord for _DRIVERSTATUS
impl Ord for _DRIVERSTATUS
Source§fn cmp(&self, other: &_DRIVERSTATUS) -> Ordering
fn cmp(&self, other: &_DRIVERSTATUS) -> 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 _DRIVERSTATUS
impl PartialEq for _DRIVERSTATUS
Source§impl PartialOrd for _DRIVERSTATUS
impl PartialOrd for _DRIVERSTATUS
impl Copy for _DRIVERSTATUS
impl Eq for _DRIVERSTATUS
impl StructuralPartialEq for _DRIVERSTATUS
Auto Trait Implementations§
impl Freeze for _DRIVERSTATUS
impl RefUnwindSafe for _DRIVERSTATUS
impl Send for _DRIVERSTATUS
impl Sync for _DRIVERSTATUS
impl Unpin for _DRIVERSTATUS
impl UnwindSafe for _DRIVERSTATUS
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