#[repr(C)]pub struct CURDIR32 {
pub DosPath: UNICODE_STRING32,
pub Handle: ULONG,
}
Fields
DosPath: UNICODE_STRING32
Handle: ULONG
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CURDIR32
impl Send for CURDIR32
impl Sync for CURDIR32
impl Unpin for CURDIR32
impl UnwindSafe for CURDIR32
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