#[repr(C)]pub struct RdcNeed {
pub m_BlockType: RdcNeedType,
pub m_FileOffset: u64,
pub m_BlockLength: u64,
}
Expand description
Required features: "Win32_Networking_RemoteDifferentialCompression"
Fields
m_BlockType: RdcNeedType
m_FileOffset: u64
m_BlockLength: u64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RdcNeed
impl Send for RdcNeed
impl Sync for RdcNeed
impl Unpin for RdcNeed
impl UnwindSafe for RdcNeed
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