Expand description
Required features: "Win32_Networking_RemoteDifferentialCompression"
Fields
m_Size: u32m_Used: u32m_Data: *mut u8Trait Implementations
impl Clone for RdcBufferPointer
impl Clone for RdcBufferPointer
impl Copy for RdcBufferPointer
Auto Trait Implementations
impl RefUnwindSafe for RdcBufferPointer
impl !Send for RdcBufferPointer
impl !Sync for RdcBufferPointer
impl Unpin for RdcBufferPointer
impl UnwindSafe for RdcBufferPointer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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