#[repr(C)]pub struct _COMMCONFIG {
pub dwSize: DWORD,
pub wVersion: WORD,
pub wReserved: WORD,
pub dcb: DCB,
pub dwProviderSubType: DWORD,
pub dwProviderOffset: DWORD,
pub dwProviderSize: DWORD,
pub wcProviderData: [WCHAR; 1],
}
Fields§
§dwSize: DWORD
§wVersion: WORD
§wReserved: WORD
§dcb: DCB
§dwProviderSubType: DWORD
§dwProviderOffset: DWORD
§dwProviderSize: DWORD
§wcProviderData: [WCHAR; 1]
Trait Implementations§
Source§impl Clone for _COMMCONFIG
impl Clone for _COMMCONFIG
Source§fn clone(&self) -> _COMMCONFIG
fn clone(&self) -> _COMMCONFIG
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 moreSource§impl Debug for _COMMCONFIG
impl Debug for _COMMCONFIG
Source§impl Ord for _COMMCONFIG
impl Ord for _COMMCONFIG
Source§fn cmp(&self, other: &_COMMCONFIG) -> Ordering
fn cmp(&self, other: &_COMMCONFIG) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _COMMCONFIG
impl PartialEq for _COMMCONFIG
Source§impl PartialOrd for _COMMCONFIG
impl PartialOrd for _COMMCONFIG
impl Copy for _COMMCONFIG
impl Eq for _COMMCONFIG
impl StructuralPartialEq for _COMMCONFIG
Auto Trait Implementations§
impl Freeze for _COMMCONFIG
impl RefUnwindSafe for _COMMCONFIG
impl Send for _COMMCONFIG
impl Sync for _COMMCONFIG
impl Unpin for _COMMCONFIG
impl UnwindSafe for _COMMCONFIG
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