#[repr(C)]pub struct EapPeerMethodOutput {
pub action: EapPeerMethodResponseAction,
pub fAllowNotifications: BOOL,
}
Fields§
§action: EapPeerMethodResponseAction
§fAllowNotifications: BOOL
Trait Implementations§
§impl Clone for EapPeerMethodOutput
impl Clone for EapPeerMethodOutput
§fn clone(&self) -> EapPeerMethodOutput
fn clone(&self) -> EapPeerMethodOutput
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 EapPeerMethodOutput
impl Debug for EapPeerMethodOutput
§impl Default for EapPeerMethodOutput
impl Default for EapPeerMethodOutput
§impl PartialEq for EapPeerMethodOutput
impl PartialEq for EapPeerMethodOutput
§fn eq(&self, other: &EapPeerMethodOutput) -> bool
fn eq(&self, other: &EapPeerMethodOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EapPeerMethodOutput
impl Eq for EapPeerMethodOutput
impl StructuralPartialEq for EapPeerMethodOutput
Auto Trait Implementations§
impl Freeze for EapPeerMethodOutput
impl RefUnwindSafe for EapPeerMethodOutput
impl Send for EapPeerMethodOutput
impl Sync for EapPeerMethodOutput
impl Unpin for EapPeerMethodOutput
impl UnwindSafe for EapPeerMethodOutput
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
)