#[repr(C)]pub struct SYMBOLIC_LINK_REPARSE_BUFFER {
pub SubstituteNameOffset: c_ushort,
pub SubstituteNameLength: c_ushort,
pub PrintNameOffset: c_ushort,
pub PrintNameLength: c_ushort,
pub Flags: c_ulong,
pub PathBuffer: u16,
}
🔬This is a nightly-only experimental API. (
windows_c
)Expand description
NB: Use carefully! In general using this as a reference is likely to get the
provenance wrong for the PathBuffer
field!
Fields§
§SubstituteNameOffset: c_ushort
🔬This is a nightly-only experimental API. (
§windows_c
)SubstituteNameLength: c_ushort
🔬This is a nightly-only experimental API. (
§windows_c
)PrintNameOffset: c_ushort
🔬This is a nightly-only experimental API. (
§windows_c
)PrintNameLength: c_ushort
🔬This is a nightly-only experimental API. (
§windows_c
)Flags: c_ulong
🔬This is a nightly-only experimental API. (
§windows_c
)PathBuffer: u16
🔬This is a nightly-only experimental API. (
windows_c
)Auto Trait Implementations§
impl RefUnwindSafe for SYMBOLIC_LINK_REPARSE_BUFFER
impl Send for SYMBOLIC_LINK_REPARSE_BUFFER
impl Sync for SYMBOLIC_LINK_REPARSE_BUFFER
impl Unpin for SYMBOLIC_LINK_REPARSE_BUFFER
impl UnwindSafe for SYMBOLIC_LINK_REPARSE_BUFFER
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more