Struct windows_sys::Win32::System::Ioctl::SCM_LD_INTERLEAVE_SET_INFO
[−]#[repr(C)]pub struct SCM_LD_INTERLEAVE_SET_INFO {
pub Version: u32,
pub Size: u32,
pub InterleaveSetSize: u32,
pub InterleaveSet: [SCM_INTERLEAVED_PD_INFO; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
InterleaveSetSize: u32
InterleaveSet: [SCM_INTERLEAVED_PD_INFO; 1]
Trait Implementations
impl Clone for SCM_LD_INTERLEAVE_SET_INFO
impl Clone for SCM_LD_INTERLEAVE_SET_INFO
impl Copy for SCM_LD_INTERLEAVE_SET_INFO
Auto Trait Implementations
impl RefUnwindSafe for SCM_LD_INTERLEAVE_SET_INFO
impl Send for SCM_LD_INTERLEAVE_SET_INFO
impl Sync for SCM_LD_INTERLEAVE_SET_INFO
impl Unpin for SCM_LD_INTERLEAVE_SET_INFO
impl UnwindSafe for SCM_LD_INTERLEAVE_SET_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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