Struct win_sys::FileSystem::NTMS_IEPORTINFORMATION [−][src]
#[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: u32Content: NtmsPortContentPosition: NtmsPortPositionMaxExtendSecs: u16Library: GUIDTrait Implementations
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more