#[repr(C)]pub struct SMB_COMPRESSION_INFO {
pub Switch: BOOLEAN,
pub Reserved1: u8,
pub Reserved2: u16,
pub Reserved3: u32,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
, "Win32_Foundation"
Fields
Switch: BOOLEAN
Reserved1: u8
Reserved2: u16
Reserved3: u32
Trait Implementations
impl Clone for SMB_COMPRESSION_INFO
impl Clone for SMB_COMPRESSION_INFO
impl Copy for SMB_COMPRESSION_INFO
Auto Trait Implementations
impl RefUnwindSafe for SMB_COMPRESSION_INFO
impl Send for SMB_COMPRESSION_INFO
impl Sync for SMB_COMPRESSION_INFO
impl Unpin for SMB_COMPRESSION_INFO
impl UnwindSafe for SMB_COMPRESSION_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