Struct windows_sys::Win32::System::Ioctl::SCM_INTERLEAVED_PD_INFO
[−]Expand description
Required features: ‘Win32_System_Ioctl’
Fields
DeviceHandle: u32
DeviceGuid: GUID
Trait Implementations
impl Clone for SCM_INTERLEAVED_PD_INFO
impl Clone for SCM_INTERLEAVED_PD_INFO
impl Copy for SCM_INTERLEAVED_PD_INFO
Auto Trait Implementations
impl RefUnwindSafe for SCM_INTERLEAVED_PD_INFO
impl Send for SCM_INTERLEAVED_PD_INFO
impl Sync for SCM_INTERLEAVED_PD_INFO
impl Unpin for SCM_INTERLEAVED_PD_INFO
impl UnwindSafe for SCM_INTERLEAVED_PD_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more