#[repr(C)]pub struct SMB_SHARE_FLUSH_AND_PURGE_INPUT {
pub Version: u16,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u16
Trait Implementations
impl Clone for SMB_SHARE_FLUSH_AND_PURGE_INPUT
impl Clone for SMB_SHARE_FLUSH_AND_PURGE_INPUT
impl Copy for SMB_SHARE_FLUSH_AND_PURGE_INPUT
Auto Trait Implementations
impl RefUnwindSafe for SMB_SHARE_FLUSH_AND_PURGE_INPUT
impl Send for SMB_SHARE_FLUSH_AND_PURGE_INPUT
impl Sync for SMB_SHARE_FLUSH_AND_PURGE_INPUT
impl Unpin for SMB_SHARE_FLUSH_AND_PURGE_INPUT
impl UnwindSafe for SMB_SHARE_FLUSH_AND_PURGE_INPUT
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