#[repr(C)]pub struct _OPERATION_END_PARAMETERS {
pub Version: ULONG,
pub OperationId: OPERATION_ID,
pub Flags: ULONG,
}Fields§
§Version: ULONG§OperationId: OPERATION_ID§Flags: ULONGTrait Implementations§
Source§impl Clone for _OPERATION_END_PARAMETERS
impl Clone for _OPERATION_END_PARAMETERS
Source§fn clone(&self) -> _OPERATION_END_PARAMETERS
fn clone(&self) -> _OPERATION_END_PARAMETERS
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 Debug for _OPERATION_END_PARAMETERS
impl Debug for _OPERATION_END_PARAMETERS
impl Copy for _OPERATION_END_PARAMETERS
Auto Trait Implementations§
impl Freeze for _OPERATION_END_PARAMETERS
impl RefUnwindSafe for _OPERATION_END_PARAMETERS
impl Send for _OPERATION_END_PARAMETERS
impl Sync for _OPERATION_END_PARAMETERS
impl Unpin for _OPERATION_END_PARAMETERS
impl UnwindSafe for _OPERATION_END_PARAMETERS
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