Struct windows_sys::Win32::Devices::Fax::FAX_GLOBAL_ROUTING_INFOA
#[repr(C)]pub struct FAX_GLOBAL_ROUTING_INFOA {
pub SizeOfStruct: u32,
pub Priority: u32,
pub Guid: PCSTR,
pub FriendlyName: PCSTR,
pub FunctionName: PCSTR,
pub ExtensionImageName: PCSTR,
pub ExtensionFriendlyName: PCSTR,
}
Fields§
§SizeOfStruct: u32
§Priority: u32
§Guid: PCSTR
§FriendlyName: PCSTR
§FunctionName: PCSTR
§ExtensionImageName: PCSTR
§ExtensionFriendlyName: PCSTR
Trait Implementations§
§impl Clone for FAX_GLOBAL_ROUTING_INFOA
impl Clone for FAX_GLOBAL_ROUTING_INFOA
impl Copy for FAX_GLOBAL_ROUTING_INFOA
Auto Trait Implementations§
impl RefUnwindSafe for FAX_GLOBAL_ROUTING_INFOA
impl !Send for FAX_GLOBAL_ROUTING_INFOA
impl !Sync for FAX_GLOBAL_ROUTING_INFOA
impl Unpin for FAX_GLOBAL_ROUTING_INFOA
impl UnwindSafe for FAX_GLOBAL_ROUTING_INFOA
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