#[repr(C)]pub struct REPARSE_MOUNTPOINT_DATA_BUFFER {
pub ReparseTag: c_ulong,
pub ReparseDataLength: c_ulong,
pub Reserved: u16,
pub ReparseTargetLength: u16,
pub ReparseTargetMaximumLength: u16,
pub Reserved1: u16,
pub ReparseTarget: u16,
}
🔬This is a nightly-only experimental API. (
windows_c
)Fields§
§ReparseTag: c_ulong
🔬This is a nightly-only experimental API. (
§windows_c
)ReparseDataLength: c_ulong
🔬This is a nightly-only experimental API. (
§windows_c
)Reserved: u16
🔬This is a nightly-only experimental API. (
§windows_c
)ReparseTargetLength: u16
🔬This is a nightly-only experimental API. (
§windows_c
)ReparseTargetMaximumLength: u16
🔬This is a nightly-only experimental API. (
§windows_c
)Reserved1: u16
🔬This is a nightly-only experimental API. (
§windows_c
)ReparseTarget: u16
🔬This is a nightly-only experimental API. (
windows_c
)Auto Trait Implementations§
impl RefUnwindSafe for REPARSE_MOUNTPOINT_DATA_BUFFER
impl Send for REPARSE_MOUNTPOINT_DATA_BUFFER
impl Sync for REPARSE_MOUNTPOINT_DATA_BUFFER
impl Unpin for REPARSE_MOUNTPOINT_DATA_BUFFER
impl UnwindSafe for REPARSE_MOUNTPOINT_DATA_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