#[repr(C)]
pub struct PaxosTagCStruct {
Show 13 fields pub __padding__PaxosTagVtable: u64, pub __padding__NextEpochVtable: u64, pub __padding__NextEpoch_DateTimeVtable: u64, pub NextEpoch_DateTime_ticks: u64, pub NextEpoch_Value: i32, pub __padding__BoundryNextEpoch: u32, pub __padding__EpochVtable: u64, pub __padding__Epoch_DateTimeVtable: u64, pub Epoch_DateTime_ticks: u64, pub Epoch_Value: i32, pub __padding__BoundryEpoch: u32, pub Sequence: i32, pub __padding__BoundrySequence: u32,
}
Expand description

Required features: "Win32_Networking_Clustering"

Fields

__padding__PaxosTagVtable: u64__padding__NextEpochVtable: u64__padding__NextEpoch_DateTimeVtable: u64NextEpoch_DateTime_ticks: u64NextEpoch_Value: i32__padding__BoundryNextEpoch: u32__padding__EpochVtable: u64__padding__Epoch_DateTimeVtable: u64Epoch_DateTime_ticks: u64Epoch_Value: i32__padding__BoundryEpoch: u32Sequence: i32__padding__BoundrySequence: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.