#[repr(C)]pub struct _OPERATION_END_PARAMETERS {
pub Version: ULONG,
pub OperationId: OPERATION_ID,
pub Flags: ULONG,
}
Fields§
§Version: ULONG
§OperationId: OPERATION_ID
§Flags: ULONG
Trait 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 copy 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
Source§impl Ord for _OPERATION_END_PARAMETERS
impl Ord for _OPERATION_END_PARAMETERS
Source§fn cmp(&self, other: &_OPERATION_END_PARAMETERS) -> Ordering
fn cmp(&self, other: &_OPERATION_END_PARAMETERS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for _OPERATION_END_PARAMETERS
impl PartialOrd for _OPERATION_END_PARAMETERS
impl Copy for _OPERATION_END_PARAMETERS
impl Eq for _OPERATION_END_PARAMETERS
impl StructuralPartialEq 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