Struct windows_sys::Win32::Devices::Fax::FAX_GLOBAL_ROUTING_INFOW
[−]#[repr(C)]pub struct FAX_GLOBAL_ROUTING_INFOW {
pub SizeOfStruct: u32,
pub Priority: u32,
pub Guid: PCWSTR,
pub FriendlyName: PCWSTR,
pub FunctionName: PCWSTR,
pub ExtensionImageName: PCWSTR,
pub ExtensionFriendlyName: PCWSTR,
}
Expand description
Required features: "Win32_Devices_Fax"
Fields
SizeOfStruct: u32
Priority: u32
Guid: PCWSTR
FriendlyName: PCWSTR
FunctionName: PCWSTR
ExtensionImageName: PCWSTR
ExtensionFriendlyName: PCWSTR
Trait Implementations
impl Clone for FAX_GLOBAL_ROUTING_INFOW
impl Clone for FAX_GLOBAL_ROUTING_INFOW
impl Copy for FAX_GLOBAL_ROUTING_INFOW
Auto Trait Implementations
impl RefUnwindSafe for FAX_GLOBAL_ROUTING_INFOW
impl !Send for FAX_GLOBAL_ROUTING_INFOW
impl !Sync for FAX_GLOBAL_ROUTING_INFOW
impl Unpin for FAX_GLOBAL_ROUTING_INFOW
impl UnwindSafe for FAX_GLOBAL_ROUTING_INFOW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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