#[repr(C)]pub struct REPARSE_DATA_BUFFER_u_MountPointReparseBuffer {
pub SubstituteNameOffset: USHORT,
pub SubstituteNameLength: USHORT,
pub PrintNameOffset: USHORT,
pub PrintNameLength: USHORT,
pub PathBuffer: [WCHAR; 1],
}
Fields
SubstituteNameOffset: USHORT
SubstituteNameLength: USHORT
PrintNameOffset: USHORT
PrintNameLength: USHORT
PathBuffer: [WCHAR; 1]
Trait Implementations
sourceimpl Clone for REPARSE_DATA_BUFFER_u_MountPointReparseBuffer
impl Clone for REPARSE_DATA_BUFFER_u_MountPointReparseBuffer
sourcefn clone(&self) -> REPARSE_DATA_BUFFER_u_MountPointReparseBuffer
fn clone(&self) -> REPARSE_DATA_BUFFER_u_MountPointReparseBuffer
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for REPARSE_DATA_BUFFER_u_MountPointReparseBuffer
Auto Trait Implementations
impl RefUnwindSafe for REPARSE_DATA_BUFFER_u_MountPointReparseBuffer
impl Send for REPARSE_DATA_BUFFER_u_MountPointReparseBuffer
impl Sync for REPARSE_DATA_BUFFER_u_MountPointReparseBuffer
impl Unpin for REPARSE_DATA_BUFFER_u_MountPointReparseBuffer
impl UnwindSafe for REPARSE_DATA_BUFFER_u_MountPointReparseBuffer
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