#[repr(C)]pub struct OPERATION_START_PARAMETERS {
pub Version: u32,
pub OperationId: u32,
pub Flags: OPERATION_START_FLAGS,
}
Expand description
Required features: "Win32_Storage_OperationRecorder"
Fields
Version: u32
OperationId: u32
Flags: OPERATION_START_FLAGS
Trait Implementations
impl Clone for OPERATION_START_PARAMETERS
impl Clone for OPERATION_START_PARAMETERS
impl Copy for OPERATION_START_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for OPERATION_START_PARAMETERS
impl Send for OPERATION_START_PARAMETERS
impl Sync for OPERATION_START_PARAMETERS
impl Unpin for OPERATION_START_PARAMETERS
impl UnwindSafe for OPERATION_START_PARAMETERS
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