Struct windows_sys::Win32::NetworkManagement::NetManagement::SMB_USE_OPTION_COMPRESSION_PARAMETERS
[−]#[repr(C)]pub struct SMB_USE_OPTION_COMPRESSION_PARAMETERS {
pub Tag: u32,
pub Length: u16,
pub Reserved: u16,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
Tag: u32
Length: u16
Reserved: u16
Trait Implementations
impl Copy for SMB_USE_OPTION_COMPRESSION_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for SMB_USE_OPTION_COMPRESSION_PARAMETERS
impl Send for SMB_USE_OPTION_COMPRESSION_PARAMETERS
impl Sync for SMB_USE_OPTION_COMPRESSION_PARAMETERS
impl Unpin for SMB_USE_OPTION_COMPRESSION_PARAMETERS
impl UnwindSafe for SMB_USE_OPTION_COMPRESSION_PARAMETERS
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