Struct windows_sys::Win32::NetworkManagement::Rras::PPP_CCP_INFO
[−]#[repr(C)]pub struct PPP_CCP_INFO {
pub dwError: u32,
pub dwCompressionAlgorithm: u32,
pub dwOptions: u32,
pub dwRemoteCompressionAlgorithm: u32,
pub dwRemoteOptions: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Rras"
Fields
dwError: u32
dwCompressionAlgorithm: u32
dwOptions: u32
dwRemoteCompressionAlgorithm: u32
dwRemoteOptions: u32
Trait Implementations
impl Clone for PPP_CCP_INFO
impl Clone for PPP_CCP_INFO
impl Copy for PPP_CCP_INFO
Auto Trait Implementations
impl RefUnwindSafe for PPP_CCP_INFO
impl Send for PPP_CCP_INFO
impl Sync for PPP_CCP_INFO
impl Unpin for PPP_CCP_INFO
impl UnwindSafe for PPP_CCP_INFO
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