Struct windows::Win32::Devices::Fax::FAX_CONFIGURATIONA
#[repr(C)]pub struct FAX_CONFIGURATIONA {Show 13 fields
pub SizeOfStruct: u32,
pub Retries: u32,
pub RetryDelay: u32,
pub DirtyDays: u32,
pub Branding: BOOL,
pub UseDeviceTsid: BOOL,
pub ServerCp: BOOL,
pub PauseServerQueue: BOOL,
pub StartCheapTime: FAX_TIME,
pub StopCheapTime: FAX_TIME,
pub ArchiveOutgoingFaxes: BOOL,
pub ArchiveDirectory: PCSTR,
pub Reserved: PCSTR,
}
Fields§
§SizeOfStruct: u32
§Retries: u32
§RetryDelay: u32
§DirtyDays: u32
§Branding: BOOL
§UseDeviceTsid: BOOL
§ServerCp: BOOL
§PauseServerQueue: BOOL
§StartCheapTime: FAX_TIME
§StopCheapTime: FAX_TIME
§ArchiveOutgoingFaxes: BOOL
§ArchiveDirectory: PCSTR
§Reserved: PCSTR
Trait Implementations§
§impl Clone for FAX_CONFIGURATIONA
impl Clone for FAX_CONFIGURATIONA
§fn clone(&self) -> FAX_CONFIGURATIONA
fn clone(&self) -> FAX_CONFIGURATIONA
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_CONFIGURATIONA
impl Debug for FAX_CONFIGURATIONA
§impl Default for FAX_CONFIGURATIONA
impl Default for FAX_CONFIGURATIONA
§impl PartialEq for FAX_CONFIGURATIONA
impl PartialEq for FAX_CONFIGURATIONA
§fn eq(&self, other: &FAX_CONFIGURATIONA) -> bool
fn eq(&self, other: &FAX_CONFIGURATIONA) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FAX_CONFIGURATIONA
impl Eq for FAX_CONFIGURATIONA
impl StructuralPartialEq for FAX_CONFIGURATIONA
Auto Trait Implementations§
impl Freeze for FAX_CONFIGURATIONA
impl RefUnwindSafe for FAX_CONFIGURATIONA
impl !Send for FAX_CONFIGURATIONA
impl !Sync for FAX_CONFIGURATIONA
impl Unpin for FAX_CONFIGURATIONA
impl UnwindSafe for FAX_CONFIGURATIONA
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
)