Struct windows_sys::Win32::Devices::Fax::FAX_PORT_INFOW
[−]#[repr(C)]pub struct FAX_PORT_INFOW {
pub SizeOfStruct: u32,
pub DeviceId: u32,
pub State: u32,
pub Flags: u32,
pub Rings: u32,
pub Priority: u32,
pub DeviceName: PCWSTR,
pub Tsid: PCWSTR,
pub Csid: PCWSTR,
}
Expand description
Required features: "Win32_Devices_Fax"
Fields
SizeOfStruct: u32
DeviceId: u32
State: u32
Flags: u32
Rings: u32
Priority: u32
DeviceName: PCWSTR
Tsid: PCWSTR
Csid: PCWSTR
Trait Implementations
impl Clone for FAX_PORT_INFOW
impl Clone for FAX_PORT_INFOW
impl Copy for FAX_PORT_INFOW
Auto Trait Implementations
impl RefUnwindSafe for FAX_PORT_INFOW
impl !Send for FAX_PORT_INFOW
impl !Sync for FAX_PORT_INFOW
impl Unpin for FAX_PORT_INFOW
impl UnwindSafe for FAX_PORT_INFOW
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