#[repr(C)]pub struct SMB_USE_OPTION_COMPRESSION_PARAMETERS {
pub Tag: u32,
pub Length: u16,
pub Reserved: u16,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more