Struct windows_sys::Win32::Storage::FileSystem::NTMS_IEPORTINFORMATION
[−]#[repr(C)]pub struct NTMS_IEPORTINFORMATION {
pub Number: u32,
pub Content: NtmsPortContent,
pub Position: NtmsPortPosition,
pub MaxExtendSecs: u16,
pub Library: GUID,
}
Expand description
Required features: "Win32_Storage_FileSystem"
Fields
Number: u32
Content: NtmsPortContent
Position: NtmsPortPosition
MaxExtendSecs: u16
Library: GUID
Trait Implementations
impl Clone for NTMS_IEPORTINFORMATION
impl Clone for NTMS_IEPORTINFORMATION
impl Copy for NTMS_IEPORTINFORMATION
Auto Trait Implementations
impl RefUnwindSafe for NTMS_IEPORTINFORMATION
impl Send for NTMS_IEPORTINFORMATION
impl Sync for NTMS_IEPORTINFORMATION
impl Unpin for NTMS_IEPORTINFORMATION
impl UnwindSafe for NTMS_IEPORTINFORMATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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