Struct windows_sys::Win32::System::Ioctl::STORAGE_BUS_RESET_REQUEST
[−]#[repr(C)]pub struct STORAGE_BUS_RESET_REQUEST {
pub PathId: u8,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
PathId: u8
Trait Implementations
impl Clone for STORAGE_BUS_RESET_REQUEST
impl Clone for STORAGE_BUS_RESET_REQUEST
impl Copy for STORAGE_BUS_RESET_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_BUS_RESET_REQUEST
impl Send for STORAGE_BUS_RESET_REQUEST
impl Sync for STORAGE_BUS_RESET_REQUEST
impl Unpin for STORAGE_BUS_RESET_REQUEST
impl UnwindSafe for STORAGE_BUS_RESET_REQUEST
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