Struct windows::Win32::Networking::WinSock::IPTLS_METADATA
#[repr(C, packed(1))]pub struct IPTLS_METADATA {
pub SequenceNumber: u64,
}
Fields§
§SequenceNumber: u64
Trait Implementations§
§impl Clone for IPTLS_METADATA
impl Clone for IPTLS_METADATA
§fn clone(&self) -> IPTLS_METADATA
fn clone(&self) -> IPTLS_METADATA
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 more§impl Default for IPTLS_METADATA
impl Default for IPTLS_METADATA
impl Copy for IPTLS_METADATA
Auto Trait Implementations§
impl Freeze for IPTLS_METADATA
impl RefUnwindSafe for IPTLS_METADATA
impl Send for IPTLS_METADATA
impl Sync for IPTLS_METADATA
impl Unpin for IPTLS_METADATA
impl UnwindSafe for IPTLS_METADATA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)