Expand description
Required features: "Win32_Networking_RemoteDifferentialCompression"
Fields
m_Signature: [u8; 16]
m_BlockLength: u16
Trait Implementations
impl Clone for RdcSignature
impl Clone for RdcSignature
impl Copy for RdcSignature
Auto Trait Implementations
impl RefUnwindSafe for RdcSignature
impl Send for RdcSignature
impl Sync for RdcSignature
impl Unpin for RdcSignature
impl UnwindSafe for RdcSignature
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