Struct windows::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,
}
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
§fn clone(&self) -> FAX_PORT_INFOW
fn clone(&self) -> FAX_PORT_INFOW
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for FAX_PORT_INFOW
impl Debug for FAX_PORT_INFOW
§impl Default for FAX_PORT_INFOW
impl Default for FAX_PORT_INFOW
§impl PartialEq for FAX_PORT_INFOW
impl PartialEq for FAX_PORT_INFOW
§fn eq(&self, other: &FAX_PORT_INFOW) -> bool
fn eq(&self, other: &FAX_PORT_INFOW) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FAX_PORT_INFOW
impl Eq for FAX_PORT_INFOW
impl StructuralPartialEq for FAX_PORT_INFOW
Auto Trait Implementations§
impl Freeze for FAX_PORT_INFOW
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)