#[repr(C)]pub struct SCRUB_DATA_INPUT {
pub Size: DWORD,
pub Flags: DWORD,
pub MaximumIos: DWORD,
pub Reserved: [DWORD; 17],
pub ResumeContext: [BYTE; 816],
}
Fields§
§Size: DWORD
§Flags: DWORD
§MaximumIos: DWORD
§Reserved: [DWORD; 17]
§ResumeContext: [BYTE; 816]
Trait Implementations§
Source§impl Clone for SCRUB_DATA_INPUT
impl Clone for SCRUB_DATA_INPUT
Source§fn clone(&self) -> SCRUB_DATA_INPUT
fn clone(&self) -> SCRUB_DATA_INPUT
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 Default for SCRUB_DATA_INPUT
impl Default for SCRUB_DATA_INPUT
Source§fn default() -> SCRUB_DATA_INPUT
fn default() -> SCRUB_DATA_INPUT
Returns the “default value” for a type. Read more
impl Copy for SCRUB_DATA_INPUT
Auto Trait Implementations§
impl Freeze for SCRUB_DATA_INPUT
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§
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