Struct win_sys::SystemServices::SCRUB_DATA_INPUT [−][src]
#[repr(C)]pub struct SCRUB_DATA_INPUT {
pub Size: u32,
pub Flags: u32,
pub MaximumIos: u32,
pub ObjectId: [u32; 4],
pub Reserved: [u32; 41],
pub ResumeContext: [u8; 1040],
}Expand description
Required features: Win32_System_SystemServices
Fields
Size: u32Flags: u32MaximumIos: u32ObjectId: [u32; 4]Reserved: [u32; 41]ResumeContext: [u8; 1040]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SCRUB_DATA_INPUT
impl Send for SCRUB_DATA_INPUT
impl Sync for SCRUB_DATA_INPUT
impl Unpin for SCRUB_DATA_INPUT
impl UnwindSafe for SCRUB_DATA_INPUT
Blanket Implementations
Mutably borrows from an owned value. Read more