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,
}
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
§fn clone(&self) -> FAX_GLOBAL_ROUTING_INFOW
fn clone(&self) -> FAX_GLOBAL_ROUTING_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 moreimpl Copy for FAX_GLOBAL_ROUTING_INFOW
Auto Trait Implementations§
impl Freeze for FAX_GLOBAL_ROUTING_INFOW
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§
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
)