#[repr(C)]pub struct EapCertificateCredential {
pub certHash: [BYTE; 20],
pub password: LPWSTR,
}
Fields§
§certHash: [BYTE; 20]
§password: LPWSTR
Trait Implementations§
Source§impl Clone for EapCertificateCredential
impl Clone for EapCertificateCredential
Source§fn clone(&self) -> EapCertificateCredential
fn clone(&self) -> EapCertificateCredential
Returns a duplicate 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 Default for EapCertificateCredential
impl Default for EapCertificateCredential
Source§fn default() -> EapCertificateCredential
fn default() -> EapCertificateCredential
Returns the “default value” for a type. Read more
impl Copy for EapCertificateCredential
Auto Trait Implementations§
impl Freeze for EapCertificateCredential
impl RefUnwindSafe for EapCertificateCredential
impl !Send for EapCertificateCredential
impl !Sync for EapCertificateCredential
impl Unpin for EapCertificateCredential
impl UnwindSafe for EapCertificateCredential
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