#[repr(C)]pub struct REPARSE_DATA_BUFFER_u_SymbolicLinkReparseBuffer {
    pub SubstituteNameOffset: USHORT,
    pub SubstituteNameLength: USHORT,
    pub PrintNameOffset: USHORT,
    pub PrintNameLength: USHORT,
    pub Flags: ULONG,
    pub PathBuffer: [WCHAR; 1],
}Fields
SubstituteNameOffset: USHORTSubstituteNameLength: USHORTPrintNameOffset: USHORTPrintNameLength: USHORTFlags: ULONGPathBuffer: [WCHAR; 1]Trait Implementations
sourceimpl Clone for REPARSE_DATA_BUFFER_u_SymbolicLinkReparseBuffer
 
impl Clone for REPARSE_DATA_BUFFER_u_SymbolicLinkReparseBuffer
sourcefn clone(&self) -> REPARSE_DATA_BUFFER_u_SymbolicLinkReparseBuffer
 
fn clone(&self) -> REPARSE_DATA_BUFFER_u_SymbolicLinkReparseBuffer
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_SymbolicLinkReparseBuffer
Auto Trait Implementations
impl RefUnwindSafe for REPARSE_DATA_BUFFER_u_SymbolicLinkReparseBuffer
impl Send for REPARSE_DATA_BUFFER_u_SymbolicLinkReparseBuffer
impl Sync for REPARSE_DATA_BUFFER_u_SymbolicLinkReparseBuffer
impl Unpin for REPARSE_DATA_BUFFER_u_SymbolicLinkReparseBuffer
impl UnwindSafe for REPARSE_DATA_BUFFER_u_SymbolicLinkReparseBuffer
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