#[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 duplicate 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
impl Copy 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