#[repr(C)]pub struct REPL_EDIR_INFO_2 {
pub rped2_dirname: PWSTR,
pub rped2_integrity: u32,
pub rped2_extent: u32,
pub rped2_lockcount: u32,
pub rped2_locktime: u32,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
rped2_dirname: PWSTR
rped2_integrity: u32
rped2_extent: u32
rped2_lockcount: u32
rped2_locktime: u32
Trait Implementations
impl Clone for REPL_EDIR_INFO_2
impl Clone for REPL_EDIR_INFO_2
impl Copy for REPL_EDIR_INFO_2
Auto Trait Implementations
impl RefUnwindSafe for REPL_EDIR_INFO_2
impl !Send for REPL_EDIR_INFO_2
impl !Sync for REPL_EDIR_INFO_2
impl Unpin for REPL_EDIR_INFO_2
impl UnwindSafe for REPL_EDIR_INFO_2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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