#[repr(C)]pub struct MOUNT_POINT_REPARSE_BUFFER {
pub SubstituteNameOffset: c_ushort,
pub SubstituteNameLength: c_ushort,
pub PrintNameOffset: c_ushort,
pub PrintNameLength: c_ushort,
pub PathBuffer: u16,
}
🔬This is a nightly-only experimental API. (
windows_c
)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
)PathBuffer: u16
🔬This is a nightly-only experimental API. (
windows_c
)Auto Trait Implementations§
impl RefUnwindSafe for MOUNT_POINT_REPARSE_BUFFER
impl Send for MOUNT_POINT_REPARSE_BUFFER
impl Sync for MOUNT_POINT_REPARSE_BUFFER
impl Unpin for MOUNT_POINT_REPARSE_BUFFER
impl UnwindSafe for MOUNT_POINT_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